in reply to Re: using lexically scoped variable as a filehandle
in thread using lexically scoped variable as a filehandle

Thanks all for the reassuring responses although I'm intrigued by the limitations on using non-global handles with the write function.
Since this type of code will go into a modperl environment (so the 'program' will never really terminate) it is important to be 100% sure the system will indeed close a file and free the associated resources.
  • Comment on Re^2: using lexically scoped variable as a filehandle

Replies are listed 'Best First'.
Re^3: using lexically scoped variable as a filehandle
by shmem (Chancellor) on Feb 21, 2007 at 14:38 UTC