in reply to
Can't pass filehandle value
you've forgotten to open the file --
open HANDLE, ">$HANDLE" or die;
[download]
You might want to rename $HANDLE to $filename, too.
--Dave.
Comment on
Re: Can't pass filehandle value
Download
Code
In Section
Seekers of Perl Wisdom