Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i get Can't call method "Call" on an undefined value at C:/Perl/site/lib/miAutoUtil.pm line 237, <DATA> line 1. as an error. Now $session is set to 1. Can anyone help me with this, or point me in the right direction. Thanks$InitTelnetClients = new Win32::API('Telnet', 'InitTelnetClients', +'N','I'); $error = $InitTelnetClients->Call($session);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::API Question
by ikegami (Patriarch) on Nov 24, 2005 at 18:04 UTC | |
|
Re: Win32::API Question
by blazar (Canon) on Nov 24, 2005 at 18:05 UTC | |
|
Re: Win32::API Question
by Anonymous Monk on Nov 24, 2005 at 18:22 UTC | |
by bart (Canon) on Nov 24, 2005 at 20:15 UTC |