Many of the more popular CPAN modules have bundles to ease the dependancy process, like Bundle::DBI for example. You could also use the CPAN utility module if you have shell access.
__________ The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.
- Terry Pratchett
| [reply] |
Have you asked the owners of your to install the modules? If they refuse for some reason, then how hard is it for you to move to another server with more enlightened admins?
| [reply] |
Consider PAR if your hosting company are being totally anal and uncooperative. This will enable you to deploy your CGI scripts as executables, which include all called modules. If you have the ability to symlink on the server, you will be able to package multiple CGI scripts into a single executable.
--
Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ? (Missquoting Janis Joplin)
| [reply] |