Help for this page
#define the sub sub strip_space { ... $test = "this will have no spaces!"; print $test if strip_space($test); print $test if strip_space(\$test);