Help for this page

Select Code to Download


  1. or download this
        foo.equals(0)
    
  2. or download this
        0.equals(foo)
    
  3. or download this
        while $item = shift(@foo) {...}
    
  4. or download this
        while my $item = shift(@foo) {...}
    
  5. or download this
        for @foo -> $item {...}
    
  6. or download this
        if $x = long_expression() {...}
    
  7. or download this
        given long_expression -> $x {...}