Help for this page

Select Code to Download


  1. or download this
    $str = "this is a string";
    print scalar split(/\s/,$str);