Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

puzzling problem with access to DB when using mod_perl

by ted.byers (Monk)
on Dec 28, 2012 at 04:25 UTC ( [id://1010610]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    PerlRequire /home/ted/modperlhandler/Hello.pm
    <Location /time>
        SetHandler perl-script
        PerlResponseHandler Hello
    </Location>
    
  2. or download this
    package Hello
    use strict;
    
    ...
    }
    
    1;
    
  3. or download this
    #!perl
    use CGI;
    use CGI::Carp qw(fatalsToBrowser);
    ...
      print '</table>';
      $sth->finish;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1010610]
Approved by NetWallah
Front-paged by NetWallah
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-20 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found