Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    open(DATA,"< c:\\temp.txt") || die "Sorry";
    print grep (!/^>/,<DATA>);
    
  2. or download this
    
    use strict;
    ...
    }