Rajesh Dorairajan [RD], on Thursday, October 28, 2004 at 18:11 (-0700)
thoughtfully wrote the following:

RD> Does anyone know of a way to open a file in append mode and append on top of
RD> the file?

I don't think it is possible. You have to read source file, and after
print your results to new file (open through >) and append old file
through >>

-- 

 ...m8s, cu l8r, Brano.

[Confucius Says: Man who has woman on ground has piece on earth!]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to