![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Passing variables between packagesby punkish (Priest) |
on Aug 22, 2005 at 14:40 UTC ( #485699=perlquestion: print w/replies, xml ) | Need Help?? |
punkish has asked for the wisdom of the Perl Monks concerning the following question:
YASRQ (yet another style related question)
I am in the process of cleaning up some crud I wrote -- taking a large web-app script and breaking it up into modules, one for each "component" (or 'run-mode') of the app. I have the following layout --
There are many ways I can schlep the variables around.
Since Perl gives me so many ways to hang myself, are there any caveats with any of the above, with respect to platforms, operating systems, long-term code maintenance, best-practices, etc.? Or, am I just agonizing needlessly and should just jump in and do what I fancy today. Is it just 6 of one and sqrt(36) of another?
--
when small people start casting long shadows, it is time to go to bed
Back to
Seekers of Perl Wisdom
|
|