Help for this page

Select Code to Download


  1. or download this
    @{$foo{'bar'}} = ($i, $j, $k);
    
  2. or download this
    $foo = {
             'bar' => [
    ...
                        '3'
                      ]
           };