On Fri, Apr 22, 2016 at 4:25 AM, Vinay Gudisagar <vinayg...@gmail.com> wrote: > "Use of uninitialized value in do "file" at > HOMEPATH/perl_modules/lib/site_perl/5.14.2/PAR.pm line 636" strong text
This warning is harmless and seems to be caused by a quirk in Perl 5.14. It is _not_ caused by anything in the packed script and can be demonstrated by a hello-word script, e.g. pp -o hello.exe -e 'print "hello\n"' All other Perl versions are fine, I checked 5.8.5, 5.8.9, 5.10.1, 5.12.5, 5.16.3, 5.18.4, 5.20.2, 5.22.1, 5.23.9. Cheers, Roderich