Dear perl experts,
I used to use[ open (FAILEHANDLER, ">>$filenam e");] to open and add
new lines to $filename, but it didn't work any more. The perl version
is 5.8.1. When I try [ open (FAILEHANDLER, ">$filename ");] it's work
but the content of $filename is deletd.
Any help will be appreciated.
I used to use[ open (FAILEHANDLER, ">>$filenam e");] to open and add
new lines to $filename, but it didn't work any more. The perl version
is 5.8.1. When I try [ open (FAILEHANDLER, ">$filename ");] it's work
but the content of $filename is deletd.
Any help will be appreciated.
Comment