Help for this page

Select Code to Download


  1. or download this
    my @lines;
    foreach my $line (<>) {
    ...
       printf "This is how to use this script....\n";
       die();
    }