Help for this page

Select Code to Download


  1. or download this
    $foo{bar}[ blat(\%foo) ] = { a => 'fool' };
    
  2. or download this
    foo$ bar {} foo%\ blat [] (a => 'fool') {} =;
    
    # or, if you feel better binding things a little closer...
    
    foo$ bar{} (foo%\ blat)[] (a => 'fool'){} =;
    
  3. or download this
    foo$ x$[]  # $foo[$x]
    
  4. or download this
    foo$ x$[] =  # $foo = [$x]
    
  5. or download this
    # what is:
    foo$ x$[] y$[] =;
    ...
    $foo = [$x][$y];
    
    # it can't be the second (since that's a syntax error)