Help for this page

Select Code to Download


  1. or download this
    sub functionname($string_param, @array_param, $other_string_param) {
        # do something with parameters, return values
    }