I want to replace all forward slashes with back slashes is a file.
Using a one liner I tried

perl -I -i.bak -w -e 's!/!\\!g' map.bat

I get this error
useless use of a constant in void context at -e line 1.

this is on a windows xp machine.

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to