Help for this page

Select Code to Download


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