I'd like to organize a project's files into subdirectories for better housekeeping. I thought that use lib "."; would also include any subdirectories, but sadly it doesn't. Is there a way to include all subdirs without having a list a mile long like this? use lib "/Applications/MAMP/cgi-bin/cart/sql/lib/Module/"; use lib "/Applications/MAMP/cgi-bin/cart/sql/lib/Params/"; use lib "/Applications/MAMP/cgi-bin/cart/sql/Business/CreditFraud/"; etc...
Or am I going about it the wrong way? Thanks, Marc -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/