hurix_03 has asked for the wisdom of the Perl Monks concerning the following question:
I have used win32 module, to display message box, for example
while converting and executing the PERL coding to exe using perlsvc software, message box is not shown, can anybody tell why the message box is not shown when we have converted the perl file to EXE.sub copyprocess { system ("xcopy $path $xmlpath /S"); Win32::MsgBox("Files copied successfully!"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem Using Win32
by starX (Chaplain) on Dec 27, 2007 at 12:29 UTC | |
|
Re: Problem Using Win32
by pKai (Priest) on Dec 27, 2007 at 14:25 UTC | |
|
Re: Problem Using Win32
by Errto (Vicar) on Dec 27, 2007 at 15:38 UTC |