Help for this page
while ($line = <IN>) {$nextline=<IN>;
my $previous = ''; while ($line = <IN>) { ... } continue { $previous = $line; }