>>>>> "ES" == Erez Schatz <[email protected]> writes:
ES> At the most basic level, using single quotes ('like this') rather than
ES> double quotes ("like this") will not interpolate any special sign (aka
ES> sigils) as a variable. Also, preceding any sigil with a back-slash (\@
ES> \$ \%) will escape them
hashes don't interpolate in strings so you don't need to escape the %:
perl -le '%h = (1,2); print "%h"'
%h
uri
--
Uri Guttman ------ [email protected] -------- http://www.sysarch.com --
----- Perl Code Review , Architecture, Development, Training, Support ------
--------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com ---------
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/