Help for this page

Select Code to Download


  1. or download this
    push @x,substr($i,$_,1) for(0 .. length $i);
    
  2. or download this
    @x = map{substr($i,$_,1)}0 .. length $i;