Help for this page
&func_abc($param_abc);
sub say_something($); #prototype ... } say_something("an apple");# call the sub.