mAyur schreef:

> always escape '\' in double quotes like this "\\".

Inside single quotes or q{} too. Try for example:

perl -wle '
  print q{\}
'

-- 
Affijn, Ruud

"Gewoon is een tijger."l

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


Reply via email to