Help for this page
Select Code to Download
Select
or
download this
sub whatever { my $scalar = shift; my %hash = @_; }
Select
or
download this
whatever($scalar, %hash);