Help for this page
return $o->{'param'}->{$method};
package Input::SignUp; our @ISA = qw/Input/; ... ); } 1;
package Input; use strict; ... } 1;