Help for this page

Select Code to Download


  1. or download this
        @foo[ $bar ]; # was $foo[ $bar ];
        %foo{ $bar }; # was $foo{ $bar };
    
  2. or download this
        my int @array;
        my INT @next_array;