Tagged Questions
The module-management tag has no wiki summary.
2
votes
3answers
145 views
Is it okay to use modules from within subroutines?
Recently I start playing with OO Perl and I've been creating quite a bunch of new objects for a new project that I'm working on. As I'm unfamilliar with any best practice regarding OO Perl and we're ...
2
votes
5answers
270 views
How can I efficiently manage Perl modules for code reuse?
My company develop web apps using combination of mod_perl, axkit and apache.
We have tons of Perl modules, javascripts, etc, all in unix operating system.
Whenever I need to write a new function, I ...
1
vote
3answers
184 views
What's the best way to have two modules which use functions from one another in Perl?
Unfortunately, I'm a totally noob when it comes to creating packages, exporting, etc in Perl. I tried reading some of the modules and often found myself dozing off from the long chapters. It would be ...