sub foo { my @stringy_args = map { "$_" } @{shift()}; # . . . }