svsingh has asked for the wisdom of the Perl Monks concerning the following question:
c:\data> perl c:\perl\test.pl
I'd like to add c:\perl to some environment variable so running the following command would work:
c:\data> perl c:\perl\test.pl
I've tried setting LIB, LIB_PATH, and LD_LIBRARY_PATH to c:\perl with no luck. Is there an easy way to do this? I figure if I can do this in Java with CLASSPATH, then I Perl may have an equivalent.
Thank you.
|
|---|