What is the difference between:

$arg = "foo \(bar\)";
and
$arg = 'foo \(bar\)';

when using like:

s/$arg/bleah/;

One works, one doesn't.
Why?



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

Reply via email to