in reply to using a sub routing as an argument
That map provides the for with a list of subroutines that exist in the current package whose names correspond to the values in @ARGV.&$_ for map { __PACKAGE__->can($_) || () } @ARGV;
_________
broquaint
|
|---|