Help for this page

Select Code to Download


  1. or download this
    package MyCGIApp;
    use CGI::Application::ValidateRM;
    ...
    ... more stuff would be here (perhaps connecting to the DB) ...
    
    }  # end MyCGIApp.pm
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
            'HeaderText'    =>      "$G::CF{headertext}",
               );