>>>>> "ES" == Erez Schatz <moonb...@gmail.com> 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  ------  u...@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to