![]() |
|
"be consistent" | |
PerlMonks |
Re: How do I write to a file?by revdiablo (Prior) |
on Jun 23, 2003 at 00:19 UTC ( #268012=note: print w/replies, xml ) | Need Help?? |
The 3-arg form of open is fairly useful to prevent problems with filenames "tricking" perl, and other nasty surprises:
Also useful are lexical filehandles:
In Section
Seekers of Perl Wisdom
|
|