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