Ask a Question related to PERL Miscellaneous, Design and Development.
-
Teresa Jeremy #1
Automate Perl module
I'm using ActiveState ActivePerl 5.6 as my helper script for Windows
2K/XP deployment. During OS deployment, I install ActivePerl
automatically using the MSI installer. However, I would like to
automatically install some additional Perl modules so that I can write
computer info back to a mysql database.
The perl -MCPAN -e shell command prompts me for configuration info on
first run. I'd like to use the Perl Package Manager to automate the
installation of additional modules.
Any ideas?
Thanx.
TJ
Teresa Jeremy Guest
-
Perl module for R-trees
I've written a pure-Perl module for R-trees. R-trees are datastructures for data/objects which have an associated two-dimensional bounding box. The... -
snmpwalk perl module
Does anyone know a perl module which enables snmpwalk. I haven't been able to find one. Regards Jesper -
Automate module installation
I'm using ActiveState ActivePerl 5.6 as my helper script for Windows 2K/XP deployment. During OS deployment, I install ActivePerl automatically... -
automate file upload using perl
Hi, I'm trying to automate a process to upload a file to hotmail, but having a strange error and I don't know what I'm doing wrong with the... -
Return value from perl module
Hi there, Is this EXIF package ready for prime time yet? I would love to get my hands on it. I'm currently looking to get the exif info from... -
Bob Walton #2
Re: Automate Perl module
Teresa Jeremy wrote:
....> I'm using ActiveState ActivePerl 5.6 as my helper script for Windows
> 2K/XP deployment. During OS deployment, I install ActivePerl
> automatically using the MSI installer. However, I would like to
> automatically install some additional Perl modules so that I can write
> computer info back to a mysql database.
>
> The perl -MCPAN -e shell command prompts me for configuration info on
> first run. I'd like to use the Perl Package Manager to automate the
> installation of additional modules.Maybe I'm missing something, but why can't you just include lines like:> TJ
ppm install module-name
in a DOS batch file that runs on your target computer once Perl is up
and going on it?
Or maybe better yet, just prepare a directory on a server with the Perl
configuration you want, and copy it over and fix up the path and
environment variables as desired, with no need to do anything else?
Seems like you're making it way more complicated than it has to be.
--
Bob Walton
Bob Walton Guest



Reply With Quote

