Skip to content

Instantly share code, notes, and snippets.

@cwmto
Last active July 8, 2020 10:49
[...]
my $emlfile=$ARGV[1] ."/" . $ARGV[0];
my $detailio = new IO::Handle;
open($detailio, ">>$filewritingdata") or die("Cannot write $filewritingdata: $!\n");
[...]
my $emlio = new IO::Handle;
open($emlio, $emlfile) or
die("Cannot write $emlfile: $!\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment