2009/10/12  <[email protected]>:
> [email protected] writes:
>
>> What is the proper way to escape or protect an `at sign' (@) inside a
>> perl script where you might need it for sending email.

At the most basic level, using single quotes ('like this') rather than
double quotes ("like this") will not interpolate any special sign (aka
sigils) as a variable. Also, preceding any sigil with a back-slash (\@
\$ \%) will escape them

-- 
Erez

"The government forgets that George Orwell's 1984 was a warning, and
not a blueprint"
http://www.nonviolent-conflict.org/ -- http://www.whyweprotest.org/

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


Reply via email to