>>>>> "BL" == Bart Lateur <[EMAIL PROTECTED]> writes:

  BL> On Wed, 6 Mar 2002 17:57:07 -0500, Uri Guttman wrote:
  >> how often will you need to interpolate a hash?

  BL> A whole hash: quite rarely. A hash item: a LOT. Don't forget that
  BL> $foo{BAR} will now become %foo{BAR}

good point. $() can still wrap that but then there has to be a balance
between printf strings and double quoters. how about this wacky idea:

make a new type of string where %foo{bar} is not interpolated by
default. maybe something in the q/qq family could be added like qn for
no hash interpolation. you can use $() to still force it if you need to
in printf formats. 

just trying out various ideas,

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
-- Stem is an Open Source Network Development Toolkit and Application Suite -
----- Stem and Perl Development, Systems Architecture, Design and Coding ----
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org

Reply via email to