Help for this page

Select Code to Download


  1. or download this
    my @loads_of_stuff;
    while ( my $line = <DATA> ) {
    ...
            push @loads_of_stuff, $1;
        }
    }