![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Perl Module | hari.jnvc90 | SUN Solaris | 1 | 03-05-2008 06:08 AM |
| perl DBI/DBD Module -in cygwin | jambesh | Shell Programming and Scripting | 3 | 10-20-2007 10:38 AM |
| Perl module question | hankooknara | Shell Programming and Scripting | 3 | 07-08-2007 04:26 AM |
| Help needed in Perl LWP module | dayanandra | Shell Programming and Scripting | 1 | 10-05-2006 06:47 AM |
| Replace Perl Module name in all Perl scripts | rahulrathod | Shell Programming and Scripting | 2 | 12-01-2005 09:00 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Perl Module Help
Hi All,
I am using a perl module Win32::AdminMisc in my perl script. When i running in activestate perl v5.10.0 it shows folling error --- Can't locate loadable object for module Win32::AdminMisc in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at example.pl Please reply. Thanks and Regards suprcool |
| Forum Sponsor | ||
|
|
|
|||
|
Have you installed the module? In not, use CPAN or the ActiveState front-end to install it.
If it's installed, your @INC is wrong. I'm not directly familiar with ActiveState Perl so I can't tell you what it should be. Do you have the file auto\Win32\AdminMisc.dll somewhere on your system? If so, add the directory containing that, perhaps with Perl's -I (upper case i) option. |
|
|||
|
A quick google search found a lot of problems with that module. This thread on perlmonks might (or might not) be useful:
Win32::AdminMisc for ActiveState Perl 5.8.0 binary, anyone? |
| Thread Tools | |
| Display Modes | |
|
|