On Apr 30, 9:30 pm, jcas...@activenetwerx.com ("Joseph L. Casale")
wrote:
> Is it required to manually close a file handle I used
> to write debugging info to when the Perl scripts exits?
>
> Seems like a waste of effort at the end of the script to
> test `if debug...` and close the fh after?
>
> Thanks!
> jlc

Closing a "File handle" is one good practice one should follow.. but
perl will not throw error if you don't


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to