nsheth has asked for the wisdom of the Perl Monks concerning the following question:
I've also tried withCan't locate Scalar/Util.pm in @INC (@INC contains: C:/Program Files/P +erl/lib C: /Program Files/Perl/site/lib .) at C:/Program Files/Perl/lib/Date/Simp +le.pm line 46. BEGIN failed--compilation aborted at C:/Program Files/Perl/lib/Date/Si +mple.pm li ne 46. Compilation failed in require at C:\Data\Nirmal\perl\clearcase\oldv.pl + line 3. BEGIN failed--compilation aborted at C:\Data\Nirmal\perl\clearcase\old +v.pl line 3.
as util.pm lies under the CGI directory.sub BEGIN { unshift(@INC,"C:\Program Files\Perl\lib\CGI"); }
Code tags and formatting added by holli
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Install perl module on Windows
by marto (Cardinal) on May 30, 2006 at 09:40 UTC | |
|
Re: Install perl module on Windows
by displeaser (Hermit) on May 30, 2006 at 10:11 UTC | |
|
Re: Install perl module on Windows
by Herkum (Parson) on May 30, 2006 at 14:12 UTC | |
|
Re: Install perl module on Windows
by rjsaulakh (Beadle) on May 30, 2006 at 14:21 UTC |