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

comment on

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

For a long time, I've put up with either Mod_Perl or some sort of Apache2::Reload problem. It seems that I cannot get the configuration correct. I seriously need some wisdom.

My problem is that if I change a perl module, I get "Internal Server" errors on the screen and in the error log I get things like:

maybe use strict error: Subroutine new redefined at Item.pm line 13

Refreshing the page a few times and eventually the "cache" clears. Most of the time refreshing very quickly gives me this:

Attempt to reload Item.pm aborted. <--> Compilation failed in require at (eval 109) line 3

I am using Mod_Perl and CGI together -- I've also attempted to use Apache2::Reload which claims to "Fix" this problem. In my httpd.conf file I have these, like the module suggests:

PerlModule Apache2::Reload PerlInitHandler Apache2::Reload

In a development situation I want my perl modules to be checked and recomplied the moment I make a new change, I dont really care about performance when I'm constantly making changes and getting the code layed down.

Anyway -- I hope someone out there has a proper answer for this. I love developing in Perl/CGI, its gotten me some awesome results. But moving to PM files and OO is becoming a struggle when my Perl modules are constantly acting up. Any suggestions are extremely welcome.

Thanks!!


In reply to Perl Modules - Mod_Perl and CGI by Trihedralguy

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 meditating upon the Monastery: (4)
As of 2024-04-19 14:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found