Help for this page
use strict; use warnings; ... my $method = 'ext_' . shift; $A->$method(@ARGV);
Hello Bob!