Help for this page

Select Code to Download


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