Help for this page

Select Code to Download


  1. or download this
    <form action="/admin/conference/build/pagetwo" method="get" enctype="m
    +ultipart/form-data" name="form1">
    
  2. or download this
    my $req = Apache::Request->new( $pass->{r} );
    
    warn "debug:" . $req->param('year') . "  " . $req->param('foundation')
    +;
    
  3. 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 .
    +....