Help for this page
use strict; open(DATA,"< c:\\temp.txt") || die "Sorry"; print grep (!/^>/,<DATA>);
use strict; ... }