Help for this page

Select Code to Download


  1. or download this
    my @line_array = <FILE>;
    
    shift(@line_array);
    pop(@line_array);
    
  2. or download this
    ...
    ...
    ...
    for my $arr_ref (@sorted) {
       print "@$arr_ref\n";
    }