Ask a Question related to PERL Beginners, Design and Development.
-
Saadat Saeed #1
WinNT perl scripts - adding modules on all machines
Just a question or doubt I had. Now using
activestate's activeperl.... if I deploy it on all
machines on my network. And I have certain scripts for
those machines. If I release a new script that depends
on a perl module not on the activeperl distribution by
default.... how can I distrubute the module without
actually have to go onto each and every machine and
running ppm?
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
[url]http://webhosting.yahoo.com/ps/sb/[/url]
Saadat Saeed Guest
-
Distributing modules (scripts) that are not intended for installation.
Dear Ladies and Gentlemen, I am writing to invite your comments about distributing a script on CPAN. The script looks like a module (non OO)... -
Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
Hi, In the process of trying to get perl modules installed, I downloaded over 300 Activestate specific perl modules and they work fine (of the ones... -
Effeciency question - perl scripts v's perl exe's
Max Adams wrote: The only existing Perl compiler is part of perl. Anything else is just a packager that puts a perl, required modules, and the... -
How Can I Install PERL Modules w/o Upgrading PERL?
Shalom! I absolutely hate it when I install a required module for one piece of software or another, and suddenly it begins installing the... -
ENV variables in perl scripts called from perl.
The subject says it all. I am doing a: I have a perl script in which I am using a ReadParse routine that parses the $ENV{'QUERY_STRING'} or... -
Dj Meyer #2
Re: WinNT perl scripts - adding modules on all machines
"Saadat Saeed" <saadat_saeed@yahoo.com> wrote in message
news:20040127092548.8241.qmail@web60302.mail.yahoo .com...Check out perl2exe at [url]http://www.indigostar.com/perl2exe.htm[/url]> Just a question or doubt I had. Now using
> activestate's activeperl.... if I deploy it on all
> machines on my network. And I have certain scripts for
> those machines. If I release a new script that depends
> on a perl module not on the activeperl distribution by
> default.... how can I distrubute the module without
> actually have to go onto each and every machine and
> running ppm?
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!
> [url]http://webhosting.yahoo.com/ps/sb/[/url]
NAYYY (not affiliated, yada, yada, yada)
-DJ
Dj Meyer Guest
-
Luke Bakken #3
RE: WinNT perl scripts - adding modules on all machines
> Just a question or doubt I had. Now using
One solution would be to have a 'master' Perl install somewhere. Share> activestate's activeperl.... if I deploy it on all
> machines on my network. And I have certain scripts for
> those machines. If I release a new script that depends
> on a perl module not on the activeperl distribution by
> default.... how can I distrubute the module without
> actually have to go onto each and every machine and
> running ppm?
this install via rsync (you can use Cygwin) and have a daily task on all
workstations sync with the master.
Luke Bakken Guest



Reply With Quote

