|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Global filehandles?by sth (Curate) |
| on Oct 19, 2004 at 18:26 UTC ( #400616=note: print w/ replies, xml ) | Need Help?? |
|
It would be easier to help if we could see some code. Are sure that you didn't make a lexical filehandle? i.e. open(my $fh, ">logfile") ...or did you localize the filehandle, 'local IN', ?
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||