Help for this page
#return @found; # this does not return correctly.
#return [qw/One Two Three/]; #this will return correctly.
return \@found; # this ought to work.