in reply to I find some strange on this code ? Sort the issue
$name = reverse("gnat"); # SCALAR context, -> tang @r = reverse("gnat","tom"); # LIST context -> ("tom", "gnat") [download]