Help for this page
if (/^-- NAME:\s(.+)/) { @name = split(" ", $1); ... if (/^-- TOYS:\s(.+)/) { @toys = split(" ", $1); }