Hello,
I've created some scripts that install an application on a Solaris box. In my perl scripts I use some modules to connect to the database.
The problem is this script must be run on multiple machines and I DON'T want the end user to have to install these modules before running the perl script.
Is there anyway I can package up the modules and scripts together so the end user can just run the perl script? (Obviously perl would be installed, but no non-default modules)
I've tried just having the *.pm file in the same directory as my perl script but that doesn't quite work.
Thanks,
Andrew
I've created some scripts that install an application on a Solaris box. In my perl scripts I use some modules to connect to the database.
The problem is this script must be run on multiple machines and I DON'T want the end user to have to install these modules before running the perl script.
Is there anyway I can package up the modules and scripts together so the end user can just run the perl script? (Obviously perl would be installed, but no non-default modules)
I've tried just having the *.pm file in the same directory as my perl script but that doesn't quite work.
Thanks,
Andrew