
deepakvijayaraj
New User
Jul 29, 2009, 4:26 AM
Post #2 of 2
(45590 views)
|
Re: [SmallWonder] How to set new perl interpreter within perl script
[In reply to]
|
Can't Post
|
|
Manish, You can use the %ENV for accessing the Environment variables. Ex: $ENV{'PATH'}, will help you access the PATH Environment variable. You can set the path of PATH variable to access the different perl interpreter,once you are done setting the other Environment variables. Hope this helps. Cheers Deepak Vijayaraj
|