You might think so, but you're the one asking for help here, and have said you're not sure what's going on.

I'd suggest looking for occurances of 'FormGenerator' in every perl module and mod_perl file that you have, and make sure you're correct.

Or, if you don't want to go to that trouble, switch every occurance that you know should be 'FormGenerator' to something more specific. After all, if you have multiple people working on a system, someone else might've thought that 'FormGenerator' made a good 'development name' as well, or you might've done it months/years ago, and forgotten you still had a file sitting around.

Because you can declare a package in ANY file, it is very, very, easy for the problem I've describe to occur if you're sloppy in your naming. (and I speak from experience.) Mod_perl is much, much less forgiving than a simple CGI.

ps. 'paint' makes a good label for a can -- but it's not of much use when you're specifically looking for white semigloss latex paint


In reply to Re^7: mod_perl debugging help by jhourcle
in thread mod_perl debugging help by MiggyMan

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.