hello.pl
is a file which works fine:
print "Hello World";
sleep(5);
When I convert that to hello.exe
using par-packer, window will sleep for 5 sec but won't print "Hello World" - which is actually printed after 5 sec and window exits.
Any solution is appreciated. I want the print to be displayed for 5 sec.