in reply to File in perl
How can i specify file encoding for a file opened in appending mode
That should be the title of your question.
Each time you post a new node you get reminder to read How do I compose an effective node title? before you post -- you should go and read it now
perldoc -f open |grep -i append
If MODE is '>>', the file is opened for appending, again being# open for append, using the fileno of OLDFH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File in perl
by AnomalousMonk (Archbishop) on Jul 01, 2011 at 11:51 UTC |