Help for this page

Select Code to Download


  1. or download this
    while ( my $line = <$file> ) {
         next if 1 .. 14;
         do_stuff;
    }