in reply to Re: What Are The Rules For Subs And Modules When Fed Wrong Input
in thread What Are The Rules For Subs And Modules When Fed Wrong Input
sub my_sub { # my %args = { # Was... my $args = { # Should be... input => undef, inny => undef, @_ };
|
---|