my $fh = IO::File->new_tmpfile or print "Unable to make new temp file: $!"; binmode($fh); $member->extractToFileHandle($fh); #### my $fh = IO::File->new_tmpfile or print "Unable to make new temp file: $!"; $member->extractToFileHandle($fh); binmode($fh);