sub setDestFile { my($self, $file) = @_; open(my $fh, ">$file"); $self->{'destfile'} = $fh; } [download]
In reply to Re: Using File Reference by perlplexer in thread Using File Reference by Anonymous Monk