Help for this page

Select Code to Download


  1. or download this
    my ($current_line, $prev_line);
    while($current_line=<I>){
    ...
    }
    close(I);
    # value in $prev_line still good.