in reply to Cant call method : win32::API
tomy $iAddNum = Win32::API->new('Arithmetic','addNumbers','NN','N');
my $iAddNum = Win32::API->new('Arithmetic','addNumbers','NN','N') or die("dll import: $^E\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cant call method : win32::API
by rjshek (Initiate) on Sep 15, 2009 at 07:01 UTC | |
by syphilis (Archbishop) on Sep 15, 2009 at 07:55 UTC | |
by rjshek (Initiate) on Sep 15, 2009 at 12:29 UTC | |
by syphilis (Archbishop) on Sep 16, 2009 at 07:28 UTC |