my $args = {}; $args->{my_obligatory_arg} = 'present' if .5 < rand 1; my_sub($args);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to make script die with "Not enough args" on compilation step if args are passed as a hash ref? See inside
by hdb (Monsignor) on Jun 21, 2013 at 08:23 UTC | |
|
Re^2: How to make script die with "Not enough args" on compilation step if args are passed as a hash ref? See inside
by Doctrin (Beadle) on Jun 21, 2013 at 08:32 UTC |