Help for this page

Select Code to Download


  1. or download this
        $foo + $bar
    
  2. or download this
        ++$x; # prefix
        $x++; # postfix
    
  3. or download this
        print $x, $b, $c;
        sort $a, $b, $c;