devilhimself
Programmer
I am trying out Win32 modules with some perl code. I have included the following line:
use Win32;
And later in the code I use the following line:
$x = Win32::BuildNumber();
When I compile and run the code, it throws the error:
Undefined subroutine &Win32::BuildNumber called at test.pl line 61.
Any idea what could possibly be wrong ? From what I understand, it seems like it is an old version of the Win32.pm which doesnt have the subroutine BuildNumber() method. Does anyone have the latest version of Win32.pm which has these subroutines ?
Thanks,
vV
use Win32;
And later in the code I use the following line:
$x = Win32::BuildNumber();
When I compile and run the code, it throws the error:
Undefined subroutine &Win32::BuildNumber called at test.pl line 61.
Any idea what could possibly be wrong ? From what I understand, it seems like it is an old version of the Win32.pm which doesnt have the subroutine BuildNumber() method. Does anyone have the latest version of Win32.pm which has these subroutines ?
Thanks,
vV