
mikelia
stranger
Sep 8, 2001, 9:43 PM
Post #3 of 3
(2862 views)
|
two kinds of perl you can install, ActivePerl and IndigoStar's IndigoPerl. I don't think you will need to do any special thing to set them up. ActivePerl is most like a famous one under Win32 environment but IndigoPerl has it's own advantage. The major one is, it never write anything to your Register Database in the Win2K, so you can safely remove the whole directory if you don't want it. You can have multiple perl on on computer without affecting each other. For debugging perl, you can use perl -d on the command line or you can set the environment variable PERL5DB=-d which will atomatically get in to debug shell when the program is invoked.
|