>>>>> "Peter" == Peter Scott <[EMAIL PROTECTED]> writes:
Peter> It's handy for ensuring that a file exists:
Peter> open TOUCH, "+>>$FILE" or die "open $FILE: $!\n";
Peter> close TOUCH;
But the + isn't needed there. A simple ">>$FILE" will do.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!