jcdento has asked for the wisdom of the Perl Monks concerning the following question:
the code of this simple test program is:Can't load 'C:/Perl/site/lib/auto/Time/HiRes/HiRes.dll' for module Tim +e::HiRes: load_file:The specified module could not be found at C:/Perl/lib/DynaL +oader.pm l ine 229. at C:/Perl/site/lib/Win32/SAM.pm line 10 Compilation failed in require at C:/Perl/site/lib/Win32/SAM.pm line 10 +. BEGIN failed--compilation aborted at C:/Perl/site/lib/Win32/SAM.pm lin +e 10. Compilation failed in require at C:\win.pl line 4. BEGIN failed--compilation aborted at C:\win.pl line 4.
EDIT: also, would it be possible to combine Win32::OLE and Win32::IEAutomation? I find myself requiring methods from both if I must go without SAMIE.use strict; use warnings; # just throwing these in just in case use Win32::OLE; use Win32::SAM; use Win32::Slingshot;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Sam / SAMIE
by BrowserUk (Patriarch) on Jun 16, 2008 at 19:51 UTC | |
by jcdento (Novice) on Jun 16, 2008 at 20:22 UTC | |
by BrowserUk (Patriarch) on Jun 16, 2008 at 20:36 UTC | |
by jcdento (Novice) on Jun 16, 2008 at 20:41 UTC | |
by BrowserUk (Patriarch) on Jun 16, 2008 at 20:59 UTC | |
by syphilis (Archbishop) on Jun 17, 2008 at 00:57 UTC | |
by Anonymous Monk on Jul 25, 2008 at 00:41 UTC | |
by Anonymous Monk on Jul 28, 2008 at 17:17 UTC | |
by jgcai (Initiate) on Sep 26, 2008 at 13:40 UTC |