Help for this page
sub blah { my $foo = shift; my $bar = shift; }
sub blah { my $foo = shift; my $bar = shift; my $baz = shift; }