Help for this page

Select Code to Download


  1. or download this
    package Loadmodules;
    use web::Home;
    1;
    
  2. or download this
    #! /usr/bin/perl
    use lib '/usr/local/apache2/cgi-bin/pages/';
    #use Apache::Registry();
    ...
    print "\n$_\n" foreach @INC;
    print "running good \n";
    1;
    
  3. or download this
    !/usr/bin/perl
    BEGIN {
    ...
    print $q->header();    
    $dbmgnt_obj = new web::Home($q);    
    ......
    
  4. or download this
    #http://articles.techrepublic.com.com/5100-22_11-5076696.html
    # This is the main Apache HTTP server configuration file.  It contains
    + the
    ...
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>