Help for this page

Select Code to Download


  1. or download this
        use Selfloader;
        ....
        __DATA__
    
  2. or download this
    <Location /perl-status>
        SetHandler perl-script
    ...
    </Location>
    
    PerlRequire mod_perl_startup.pl
    
  3. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    use DBI();
    use DBD::mysql();
    1;