Questions tagged [perl2exe]

8 questions
39
votes
4 answers

How to compile a Perl script to a Windows executable with Strawberry Perl?

What would be the easiest way to compile a simple Perl script to an executable under Windows with Strawberry Perl (as I understand it's possible and free)? In the past I've used ActiveState compiler and perl2exe and was simple enough. However, now…
Notitze
  • 1,249
  • 2
  • 13
  • 22
2
votes
0 answers

Unable to convert perl script to exe using Perl2Exe

I explored Perl2Exe, PAR, PAR::Packer to convert perl script to a exe. I am unable to convert via either of the options below, Kindly can you let know what needs to be done. 1) Downloaded perl2exe (p2x-11.00-Win and p2x-16.00-Win) to convert the…
chint
  • 47
  • 1
  • 8
1
vote
1 answer

errors and strange behaviour when compiling perl script

I've a perl script and when I compile it with perl2exe it gives the following message: Can't locate unicore/Heavy.pl in @INC (@INC contains: PERL2EXE_STORAGE c:\tools\hunalign\scripts\sentence_splitter …
Viktor Pless
  • 161
  • 1
  • 12
1
vote
3 answers

Library issue while using perl2exe

I am trying to convert my Perl script to standalone exe. I assume perl2exe is a tool that serves this purpose. More or less. When I am trying to generate the exe file, I am getting library issues. One of the library issues is: Warning: Can't locate…
1
vote
1 answer

which tool use to create Perl executable

I want to create Perl script executable exe for distributions for enterprise use. For security and to stop misuse. I found many outdated post about it. But today I don't know it is similar or not! Question is: Which tool shall I use to create…
waghso
  • 623
  • 7
  • 23
0
votes
0 answers

perl: Scalar found where operator expected at script

cannot find answer in Google, nor figure it out myself. Win7 64bit This is perl 5, version 22, subversion 3 (v5.22.3) built for MSWin32-x86-multi-thread-64int from Active State with modules List::BinarySearch and PAR::Packer installed with cpan Idea…
0
votes
2 answers

Convert Perl+shell script to EXE

I have a perl script which calls for shell commands, this runs in cygwin. Ex cat a.txt | egrep $a Currently I required to convert this to EXE and run win 7. I used perl2exe to convert this works well on cygwin installed. This doesnt work without…
-1
votes
2 answers

Why does perl2exe complain about "Unresolved symbol: Perl_Gthr_key_ptr"?

In Perl, what does this error mean? Unresolved symbol: Perl_Gthr_key_ptr I am getting this error while converting a Perl file to binary using perl2exe on a HP-UX PA-RISC machine. /usr/lib/dld.sl: Unresolved symbol: Perl_Gthr_key_ptr (code) from…
Saravana
  • 303
  • 1
  • 6
  • 12