Help for this page

Select Code to Download


  1. or download this
    while (my $theLine = <INPUT>) {
    
  2. or download this
    while (my $TheLine = <INPUT>)
    {
    ...
        }
        print OUTPUT "$TheLine";
    }