- or download this
<form action="/admin/conference/build/pagetwo" method="get" enctype="m
+ultipart/form-data" name="form1">
- or download this
my $req = Apache::Request->new( $pass->{r} );
warn "debug:" . $req->param('year') . " " . $req->param('foundation')
+;
- or download this
parse
The parse method does the actual work of parsing the request.
+It is called for you by the accessor methods, so it is not required .
+....