How should I organize many Perl modules?
Posted
by joe
on Stack Overflow
See other posts from Stack Overflow
or by joe
Published on 2010-05-07T12:59:22Z
Indexed on
2010/05/07
14:18 UTC
Read the original article
Hit count: 393
perl
Consider that I have 100 Perl modules in 12 directories. But, looking into the main Perl script, it looks like 100 use p1 ; use p2 ;
etc. What is the to best way to solve this issue?
© Stack Overflow or respective owner