Help for this page

Select Code to Download


  1. or download this
    for my $num (@$aref) {
        $flag = 1 if $num == 6;
    ...
    }
    push @result, @temp;
    print Dumper \@result;