![]() |
|
Do you know where your variables are? | |
PerlMonks |
Message Boxby oaklander (Acolyte) |
on Jan 02, 2002 at 21:17 UTC ( [id://135719]=perlquestion: print w/replies, xml ) | Need Help?? |
oaklander has asked for the wisdom of the Perl Monks concerning the following question:
Please advise how I would get the 'Win32::MsgBox' to work.
As a test I just typed in a one line script with the following line: Win32::MsgBox("Test of box"); My error message: Undefined subroutine &Win32::MsgBox called at C:\Perl\bin\WINY.PL line 2. Do I need to put some type of 'use::Win32 etc...' message in the script??
Back to
Seekers of Perl Wisdom
|
|