Maybe because there isn't any compiler (that I know of, other than the
perl built in one, which doesn't output an exe).
If you want to bundle your Perl program, modules, and other resources
into an exe, check out PAR: http://par.perl.org/wiki/Main_Page
--
John Bokma
Read my blog: http://johnbokma.com/
Hire me (Perl/Python): http://castleamber.com/
Robin <rob...@cnsp.com> writes:
Anyone know of any good perl compilers for windows. I have searched and found no good ones.
robin
Maybe because there isn't any compiler (that I know of, other than the perl built in one, which doesn't output an exe).
If you want to bundle your Perl program, modules, and other resources into an exe, check out PAR: http://par.perl.org/wiki/Main_Page
I thought ActiveState Perl outputted exe-s,
Or am I mistaken ?
SaSW, Willem
--
Disclaimer: I am in no way responsible for any of the statements
made in the above text. For all I know I might be
drugged or something..
No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT
ActiveState sell a program called perl2exe, which will make an exe from
a perl program. It's neither free nor Free, and I believe it does
essentially the smae thing as PAR.
Ben
> John Bokma wrote:
> ) Robin <rob...@cnsp.com> writes:
> )
> )> Anyone know of any good perl compilers for windows. I have searched
> )> and found no good ones.
> )> robin
> )
> ) Maybe because there isn't any compiler (that I know of, other than the
> ) perl built in one, which doesn't output an exe).
>
> I thought ActiveState Perl outputted exe-s,
> Or am I mistaken ?
You're not mistaken, but neither is that a compiler in the normal sense
of the word. It doesn't compile Perl into native machine code, it just
compresses and packages it into a standalone form that one can give to
a Windows user who hasn't installed Perl.
sherm--
Do you really need a *compiler*? Perl is normally interpreted, not
compiled. (Well, there's some compilation that goes on when you
invoke a Perl script/program, but it doesn't generate a .exe file.)
If you do need a compiler, why do you need it? (Knowing will help us
to give you a meaningful answer to your question -- if there is one.)
--
Keith Thompson (The_Other_Keith) ks...@mib.org <http://www.ghoti.net/~kst>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
>Robin <rob...@cnsp.com> writes:
>> Anyone know of any good perl compilers for windows. I have searched
>> and found no good ones.
>
>Do you really need a *compiler*? Perl is normally interpreted, not
>compiled. (Well, there's some compilation that goes on when you
>invoke a Perl script/program, but it doesn't generate a .exe file.)
>
>If you do need a compiler, why do you need it? (Knowing will help us
>to give you a meaningful answer to your question -- if there is one.)
perl2exe is a good way to generate a self contained interpreter and
your script into a nice useable exe for machines where perl isn't/won't be
installed.
-sln
ActiveState has a remarkable tool called Perlapp which packages your
environment and your code into a *.exe.