Help for this page

Select Code to Download


  1. or download this
    while ( <THEFILE> ) {
       next if ( substr ( $_, 0, 1 ) =~ /s/i );
       # now do stuff with the lines you do want
    }