Help for this page

Select Code to Download


  1. or download this
      return $o->{'param'}->{$method};
    
  2. or download this
    package Input::SignUp;
    our @ISA = qw/Input/;
    ...
      );
    }
    1;
    
  3. or download this
    package Input;
    use strict;
    ...
    }
    
    1;