http://www.perlmonks.org?node_id=89050


in reply to delimiters anyone??

Check out split. You would use it like this:
my @entries = split/::/,$file;

The 15 year old, freshman programmer,
Stephen Rawls