Help for this page

Select Code to Download


  1. or download this
    while ($line = <IN>)
    {$nextline=<IN>;
    
  2. or download this
    my $previous = '';
    while ($line = <IN>) {
    ...
    } continue {
        $previous = $line;
    }