You can achieve this by setting the variable $/ to '%' before reading in the contents of the file:
local $/ = '%'; my @contents = <FILE>; # each element is the percent separated bit
/J\
In reply to Re: from $string to shining $string
by gellyfish
in thread from $string to shining $string
by pvck
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |