Help for this page

Select Code to Download


  1. or download this
      Class::Autouse->autouse($response_page);
    
  2. or download this
    package Gimble::Page::Login::Validate; 
    use base qw(Gimble::Page::Base);
    ...
        required    => [ qw(login_name password) ],
      } 
    }
    
  3. or download this
    BEGIN {
      my $d = { 
    ...
      };
      sub dfy_profile { return $d }
    }