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

There's a small typo in the code example:
sub my_sub { # my %args = { # Was... my $args = { # Should be... input => undef, inny => undef, @_ };
  • Comment on Re: Re: What Are The Rules For Subs And Modules When Fed Wrong Input
  • Download Code