- or download this
###########################################################
# CGI::Session::Auth
...
###########################################################
###########################################################
- or download this
sub _login {
...
}
###########################################################
- or download this
sub _ipAuth {
...
return $self->{url};
}
- or download this
#!/usr/bin/perl -w
...
my $app = new testapp;
$app->run();