Help for this page

Select Code to Download


  1. or download this
    #define the sub
    sub strip_space
    {
    ...
    $test = "this will have no spaces!";
    print $test if strip_space($test);
    print $test if strip_space(\$test);