I could not get either one of those to work...
I have tried EVERYTHING I can find, and none of them work.
I think it is because of the explanations, that doing an eval puts that file ahead of everything else, therefore any variables in there are not yet set... That file depends upon a bunch of variables that are set before that is pulled in.
I guess I have to hard code the whole thing, then everytime we add new ones or take them away, I'll have to change the code :(
I do see this UNIVERSAL::require, however I don't see how I can use the
$_madfile::chargeCard(); part of the module I need. I think it would just let me use the chargeCard as a single sub, but if I pulled in several of the modules, the subroutines would be called the same way, thus I don't think it would work.
If anyone thinks of a way this could work, I would really appreciate it if you'd tell me on here.
Richard
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.