Help for this page
my @returns = ["blah","blah","blah"]; return(\@returns);
my @returns = ("blah","blah","blah"); return(\@returns);