Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hi Monks,

Per error log, I have problem with myModule.pm

# code of myModule use strict; use warnings; use diagnostics; package myModule; # sub routine one for generating HTML content # sub routine two for generating HTML content # sub routine third for database content # some of its code # database disconnection $dbh->disconnect; 1;

This is apache error log

This is apache error log:[Sun Feb 16 23:16:59 2014] [error] [client 12 +7.0.0.1] [Sun Feb 16 23:16:59 2014] validate.pl: DBI::db=HASH(0x164d9 +fc)->disconnect invalidates 1 active statement handle (either destroy + statement handles or call finish on them before disconnecting) at D: +\\websites\\One\\cgi-bin/Epanvel.pm line 466., referer: http://localh +ost/cgi-bin/validate.pl

myModule is stored in D:\\websites\\One\\cgi-bin (D:\websites\One\cgi-bin). Dynamically using package myModule through use command.

Yes, Webssite was a typo, but my intention was to present problem, in general way

No, errors, but just blank POST request data.

myModule may or may not have function to process, HTTP requests.

Regards

In reply to Re^2: Blank HTTP POST request, if script has another module in it. by msinfo
in thread Blank HTTP POST request, if script has another module in it. by msinfo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found