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