Help for this page

Select Code to Download


  1. or download this
        while ( <$fh> ) {
            print if /X/ .. /^\s*$/ and not /^\s*$/;
        }