- or download this
my $Api = new Win32::API("fileversion.dll", "GetFileVersionTxt", P, P)
+;
- or download this
my $Api = new Win32::API("fileversion.dll", "GetFileVersionTxt", ['P',
+ 'P'], 'I');
- or download this
my $Api = new Win32::API("fileversion.dll", "GetFileVersionTxt", 'PP',
+ 'I');