Help for this page

Select Code to Download


  1. or download this
     If *LEVEL* is at least 7, "if" statements will be translated into
     equivalent expressions using "&&", "?:" and "do {}"; for instance
    ...
         $nice and do { print 'hi' };
         $nice ? do { print 'hi' } : do { print 'bye' };