in reply to Availability of PERL modules
If done correctly pure Perl programs will work with no local installation at all. And you don't have to create a large executable for every utility.
It has been some years since I did this. At that time I was using ActiveState. What I would do to set things up was install Perl on my machine, copy the Perl directory to the file server, find perlcrt.dll and copy that to Perl's bin subdirectory, then create my .bat files and away I'd go. I could not tell you whether there is still that dll dependency, or whether there might be a new dependency. You will have to experiment to figure out what works.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Availability of PERL modules
by Bloodnok (Vicar) on Mar 28, 2009 at 15:45 UTC |