Help for this page

Select Code to Download


  1. or download this
    PerlRequire "/var/www/cgi-bin/mod_perl_startup.pl"
    
  2. or download this
    use lib qw(/path_to_your_lib);
    
    use Apache::Log();
    use Apache::DBI();
    # and any other module you want to load