Gary Stainburn wrote: > > I still have a problem, and it seems to be the install of Watir that > didn't > work. Below is the session. Does anyone know what I need to do to get this > sorted? > > C:\Documents and Settings\user1\My Documents>perl watir_test.pl > [3408]: DEBUG: _find_autoitx_dll: > C:/strawberry/perl/site/lib/Win32/Watir/AutoIt > X3.dll > Undefined subroutine &Win32::MSgBox called at > C:/strawberry/perl/site/lib/Win32/ > Watir.pm line 1370. >
There is a typo in that line of the module. my $_ret = Win32::MSgBox($message,$mode,$title) That line (1370) should be: my $_ret = Win32::MsgBox($message,$mode,$title) > -- Ron Bergin -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/