Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Blank HTTP POST request, if script has another module in it.

by msinfo (Sexton)
on Feb 16, 2014 at 18:11 UTC ( [id://1075101]=note: print w/replies, xml ) Need Help??


in reply to Re: Blank HTTP POST request, if script has another module in it.
in thread Blank HTTP POST request, if script has another module in it.

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

Replies are listed 'Best First'.
Re^3: Blank HTTP POST request, if script has another module in it.
by Anonymous Monk on Feb 16, 2014 at 23:43 UTC

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

    Great, good luck with that :)

      Hi Anonymous Monk,

      Are you pointing to some thing, in funny way? If myModule, has function for handling HTTP request, (or not) how does it affects, other HTTP request handling code.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1075101]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found