Help for this page
<LOOP HERE> { @tempList = <obtained in another part of the code> push(@bigList, @tempList); }
push @BigList, [ @tempList ];