in reply to
using split on a file
How about:
@list = split /^%{5}$/m, <FILE>
Comment on
Re: using split on a file
Download
Code
In Section
Seekers of Perl Wisdom