in reply to Re: 'Anonymous' copy via file handle fails
in thread 'Anonymous' copy via file handle fails
then it magically works now. Thanks for the tip! Maybe there is some other bug lurking in the original program, but now that the basic copy works I'm sure to figure it out.copy $src_file, $tmp1_fh or die "$ERRNO\n"; seek $tmp1_fh,0,0;
|
|---|