##
my $req = Apache::Request->new( $pass->{r} );
warn "debug:" . $req->param('year') . " " . $req->param('foundation');
####
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 .....