Help for this page

Select Code to Download


  1. or download this
    while (my $line = <> ) {
        push @lines, $line unless $line eq ".\n";
    }