in reply to Re^2: stand alone executable using "pp -o" wont stand alone!
in thread stand alone executable using "pp -o" wont stand alone!
Thank you monks of distinction ;-)
pp -o out.exe -e 'print "Hi!"' didn't run but pp -o out.exe -e "print \"Hi!\"" did which proved that the basic installation worked. Then I replaced 'use diagnostics' with 'use warnings' and that did the trick. Bit confused though as to why simply removing the line 'use warnings' didn't fix the fault.