Help for this page
foo("test","test2"); ... my ($param_one,$param_two) = @_; print $param_one . "-".$param_two."\n"; }