sub blah { my $foo = shift; my $bar = shift; } #### sub blah { my $foo = shift; my $bar = shift; my $baz = shift; }