- or download this
my $fh = IO::File->new_tmpfile or print "Unable to make ne
+w temp file: $!";
binmode($fh);
$member->extractToFileHandle($fh);
- or download this
my $fh = IO::File->new_tmpfile or print "Unable to make ne
+w temp file: $!";
$member->extractToFileHandle($fh);
binmode($fh);