win32 strawberry perl PAR Packer make exe file

700 Views Asked by At

i use on windows server : Summary of my perl5 (revision 5 version 30 subversion 0) configuration PAR::Packer is up to date (1.049).

I can successfully build an exe file without error message.

pp -o p.exe p.pl

content p.pl

use warnings;
use strict;
print "This is the Perl code!\n";

on the local machine run fine. Transfer the exe to other windows host and run script. No output :-(

What am I doing wrong?

Regards Thomas

0

There are 0 best solutions below