Help for this page

Select Code to Download


  1. or download this
    <LOOP HERE>
    {
         @tempList = <obtained in another part of the code>
         push(@bigList, @tempList);
    }
    
  2. or download this
          push @BigList, [ @tempList ];