Help for this page
sub Hello{ my($text)=@_; print $text; }
sub Hello($text); ... my($text)=@_; print $text; }