in reply to Re: How do I call a sub using a variable as its name, objectively
in thread How do I call a sub using a variable as its name, objectively

To be exactly equivalent, that last one would need to be: $A->${\ $ARGV[0] }(@ARGV[1..$#ARGV]);
  • Comment on Re^2: How do I call a sub using a variable as its name, objectively
  • Download Code