pradeep,krishna has asked for the wisdom of the Perl Monks concerning the following question:
Hi fellow monks...,,
I am using the following modules in my script,
use Win32::GUIRobot qw(CloseWindow); use MIME::Lite; use File::Basename qw(fileparse); use Cwd qw(abs_path); use Win32::TieRegistry(Delimiter => "/", ArrayValues => 0); use Win32::GuiTest qw(FindWindowLike PushChildButton);
This error is coming in each and every non Perl installed machine. I don't know what is this error all about.D:\Client_Comp>login.exe Can't load 'C:\Users\1018516\AppData\Local\Temp\4\par-31303138353136\c +ache-15be3067c782a9e68a5980d5e093aae39a1b1a41\17d8ab69.dll' for modul +e Prima: load_file:The specified module could not be found at C:/stra +wberry/perl/lib/DynaLoader.pm li ne 190. at C:/strawberry/perl/vendor/lib/PAR/Heavy.pm line 120. Compilation failed in require at Win32/GUIRobot.pm line 7. BEGIN failed--compilation aborted at Win32/GUIRobot.pm line 7. Compilation failed in require at script/login.pl line 1. BEGIN failed--compilation aborted at script/login.pl line 1. D:\Client_Comp>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error on executing a .exe file compiled from the pp in a non perl installed machine.
by syphilis (Archbishop) on Apr 08, 2014 at 07:00 UTC | |
by pradeep,krishna (Scribe) on Apr 08, 2014 at 07:08 UTC | |
by pradeep,krishna (Scribe) on Apr 08, 2014 at 09:40 UTC | |
by Corion (Patriarch) on Apr 08, 2014 at 07:18 UTC |