Troy May [[EMAIL PROTECTED]] quoth:
*>Hello,
*>
*>How do you write to the beginning of a file?  I see only 3 options to open a
*>file:  to read, to overwrite, and to append to the end of the file.
*>
*>I tried seeking to the beginning before the write, but it doesn't work.
*>Seek must only work for a read.
*>
*>Any ideas?

The FAQ should be your first and second idea, always. perldoc perlfaq5 or
see the 2nd question in
http://theoryx5.uwinnipeg.ca/CPAN/perl/pod/perlfaq5.html

e.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to