Help for this page

Select Code to Download


  1. or download this
    my @array;
    while (<IN>) {
        push @array, [extract_data_from_line $_];
    }