Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: importing functions with "PerlModule" Apache directive

by Anonymous Monk
on May 09, 2012 at 13:17 UTC ( [id://969618]=note: print w/replies, xml ) Need Help??


in reply to Re^4: importing functions with "PerlModule" Apache directive
in thread importing functions with "PerlModule" Apache directive

Pay attention: ...

I did, what makes you think I didn't?

On the other hand, you haven't mentioned how you're running your "script", ModPerl::Registry or what?

See How do I post a question effectively?, Corion on reproducibility, how to report-a-bug, not to ask a question, ask question effectively

  • Comment on Re^5: importing functions with "PerlModule" Apache directive

Replies are listed 'Best First'.
Re^6: importing functions with "PerlModule" Apache directive
by acanfora (Novice) on May 09, 2012 at 13:38 UTC
    I am using Registry. I also found (it seems) the reason of the weird behavior: the CGI module makes use of AUTOLOAD. I think Apache::Request should be more suited to my purposes in this case...

      I also found (it seems) the reason of the weird behavior: the CGI module makes use of AUTOLOAD.

      Nope, AUTOLOAD doesn't have anything to do with exporting

      And since Registry compiles your program into its own namespace, there is no way exporting stuff (which you don't do) in startup.pl into namespace main would affect the custom Registry namespace your program is compiled in

      Are you using unmodified CGI.pm? Which version?

        CGI is 3.59, unmodified, of course :)

Log In?
Username:
Password:

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

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

    No recent polls found