Help for this page

Select Code to Download


  1. or download this
    push(@array,@stuff)
    push(@array,@morestuff)
    ...
    ...
    
  2. or download this
    @array=(foo,bar,foo,bar)
    
  3. or download this
    @array=([foo,bar],[foo,bar])
    
  4. or download this
    push(@{$array[$aidx]},$value);