Stefan Hundhammer wrote:
> perl -p -i -e 's/oldtext/newtext/' *.html
>   
/oldtext will be lines of html and /newtext will be lines of php. Will
perl still be able to do it and if so, do i need to escape some of the
code in oldtext and newtext? Example:
<HTML> the < and >
and
<?php ;?> does any of that need to be escaped?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to