Help for this page

Select Code to Download


  1. or download this
        use strict;
        while ($str = <>) {
            print lc $str;
        }
    
  2. or download this
        print (1)
        qw /#/
        $foo + $bar
    
  3. or download this
        print +(1)
        qw /\#/
        ($foo || 0) + ($bar || 0)