Help for this page

Select Code to Download


  1. or download this
    my @another_array;
    for ( @dir_loc )
    {
      push @another_array, [ $_, qw/US M10 WEDNESDAY SEASONAL/ ]
    }
    
  2. or download this
    print $another_array[2][3];
    #WEDNESDAY