in reply to why does par packer cause incorrect Perl-Tk server() output?
Release NT 6.2 is Windows 8, the latest build of which is 9200 (source). Run the following perl script:
#!/usr/bin/perl use strict; use warnings; use feature 'say'; use Win32; say Win32::GetOSName(); say Win32::GetOSVersion();
package (pp -x -o OSver.exe script.pl), execute and compare the output.
Update: see issue with a depreciated API.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: why does par packer cause incorrect Perl-Tk server() output?
by perltux (Monk) on Feb 16, 2018 at 11:53 UTC | |
by marto (Cardinal) on Feb 16, 2018 at 12:04 UTC |