in reply to
Make this simpler?
Here's one more snippet:
from the command line just run
perl -ne 'print grep /^>/, $_' sample*
[download]
Comment on
Re: Make this simpler?
Download
Code
In Section
Seekers of Perl Wisdom