- or download this
/opt/foobar/myapps/---+
| |
...
|
thankyou.html
- or download this
#!/usr/local/bin/perl -T
...
my $app = Acmecorp::Contact->new( PARAM => 'client' );
$app->run();
- or download this
<form action="/contact/index.cgi" method="post">
<input type="hidden" name="rm" value="s" />
...
<p>More info: <input name="more_info" type="checkbox" value="yes
+" /></p>
<p><input name="Submit" type="submit" value="Submit" /></p>
</form>
- or download this
package Foobar_Super;
...
{RaiseError => 1} );
}
1;
- or download this
#--- MySQL Server ---
[db]
host = DBI:mysql:foobar:localhost
user = acmecorp
pass = AKCgKYxc
- or download this
package Acmecorp::Contact;
use base qw(Foobar_Super Common);
...
$self->dbh->do($stmt, undef, values %sql);
}
1;
- or download this
sub validate {
my $self = shift;
...
}
}
1;