Help for this page

Select Code to Download


  1. or download this
    $string = "Hello World";
    print join("\n",split //,$string), "\n";
    
  2. or download this
    split //,$string