Help for this page
DB<112> sub listify { (@_)[0..$#_] } ... DB<115> @l =tst("A".."D") => ("a", "b", "c", "d")