Help for this page

Select Code to Download


  1. or download this
    @list = qw(this that and another);
    @array = ([@list], [1, 2, 3]);
    
    #value of $array[0][2] is now 'that'
    
  2. or download this
    @array
    
  3. or download this
    [@array]
    \@array