Hi,
is there a method to _/directly/_ make:
while (< FIN>)
{
$_ =~ s/xxxx/xxxxx/g;
}
modify FIN?!
i.e., I need to make modifications in the same file I read from.

Thanks And Regards,
Eliyah



--
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