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??