Help for this page

Select Code to Download


  1. or download this
    my @loop_data = ();
    foreach my $array_ref(@data) {
    ...
         }
         push(@loop_data,{loop2=>\@inner_loop});
    }