exilepanda has asked for the wisdom of the Perl Monks concerning the following question:
As long as I did not remember what modules added and patches I've did in the old server, eg something like h2xs stuff for encoding problem, ImageMagicK hacks..etc. So I attempt to "copy & paste" the whole ActivePerl folder and config to the new machine in a nasty way.
Here's what I did:
1. Copy and paste the whole ActivePerl folder to the new machine
2. Add Environment PATH ( to where bin\perl.exe locates )
3. Go into registry, LOCAL_MACHINE::Software::Perl and add (Default) => the Perl folder, bindir => the Perl's bin folder, and finally lib => self developed modules folder
Indeed, it (looks) working fine, the whole web service platform is up and run, but I cannot sure if this is safe.
One highlight is that the Perl path has changed from C:\Perl to D:\Programming\Perl\Perl
Would anyone suggest any potential danger?
Any fault check I should investigate more?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is it safe to export Perl in this way ?
by ikegami (Patriarch) on Oct 11, 2011 at 04:31 UTC | |
by cavac (Prior) on Oct 11, 2011 at 11:39 UTC | |
by exilepanda (Friar) on Oct 11, 2011 at 12:10 UTC | |
by cavac (Prior) on Oct 11, 2011 at 12:22 UTC | |
by exilepanda (Friar) on Oct 11, 2011 at 05:31 UTC |