Anyway, that nifty little perlscript is much like Win32 ActivePerls ppm(Perl Package Manager) and takes the hassle out of managing your perl modules/packages. You should be able to adapt it to whatever environment you're using since alls it needs is write permission ;)@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -x -S "%0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. goto endofperl @rem '; #!perl # dpm.pl V0.04 Dynamic Package Manager # Copyright (c) 2000 Indy Singh/IndigoSTAR Software all rights reserve +d BEGIN { $| = 1; open (STDERR, ">&STDOUT"); } use strict; use ExtUtils::Install (); use Config; use File::Path; # mkpath, rmtree
<SHAMELESSPLUG>
You can check out my review here to get an idea how it(dpm) works. They even included a 'GUI'(browser) front end for it.
</SHAMELESSPLUG>
Update: on Fastolfe point,
why don't you just build the exact replica of your 'production' machine, develop 'your film' and then just switch the cable's.
"cRaZy is co01, but sometimes cRaZy is cRaZy".
- crazyinsomniac
In reply to (crazyinsomniac) Re: Removing Modules
by crazyinsomniac
in thread Removing Modules
by Maclir
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |