SPUG: flip-flops

ced at carios2.ca.boeing.com ced at carios2.ca.boeing.com
Mon Feb 11 17:23:29 CST 2002


>$ perl -wnle 'print "x$_" if 2 .. $;'
>...
>as you can see.  I think it is parsed
>as the variable "$;", so it is true

Deparse confirms it too:

perl -MO=Deparse,-p -e 'print "x$_" if 2 .. $;'
((2 .. $;) and print("x$_"));
-e syntax OK


Rgds,
--
Charles DeRykus

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
      Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
  Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
 For daily traffic, use spug-list for LIST ;  for weekly, spug-list-digest
     Seattle Perl Users Group (SPUG) Home Page: http://seattleperl.org





More information about the spug-list mailing list