Help for this page

Select Code to Download


  1. or download this
    >perl -le "$_='abc';@_=qw(1 2 3);$n=split//;print for @_"
    a
    b
    c