Help for this page

Select Code to Download


  1. or download this
    while (my $line = <$info>) {
        my $next_line_start = tell($info); # save start position of next l
    +ine
    ...
        # reposition at $next_line_start
        seek($info,$next_line_start,0);
    }