Help for this page
use strict; use warnings; ... First argument: a Can't use string ("a") as an ARRAY ref while "strict refs" in use at ! +.pl line 8 .
sub testing { print("[@_]\n"); ... Test 2: [moooo]