Ahmed Moustafa wrote: > > I've tested reading and writing from the same file and it didn't work. I > think that can't be done in any language.
Like I posted on Monday. :-) perl -pli -e's/$/\@minime.com/' yourfile.txt Also, read the entry for open() in the perlfunc document and the perlopentut document which describe how to open a file for simultaneous reading and writing. perldoc -f open perldoc perlopentut John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]