Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > perl compilers

Reply
Thread Tools

perl compilers

 
 
Robin
Guest
Posts: n/a
 
      12-03-2009
Anyone know of any good perl compilers for windows. I have searched
and found no good ones.
robin
 
Reply With Quote
 
 
 
 
John Bokma
Guest
Posts: n/a
 
      12-03-2009
Robin <> 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

--
John Bokma

Read my blog: http://johnbokma.com/
Hire me (Perl/Python): http://castleamber.com/
 
Reply With Quote
 
 
 
 
Andrew DeFaria
Guest
Posts: n/a
 
      12-03-2009
On 12/03/2009 01:01 PM, John Bokma wrote:
> Robin <> 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

http://lmgtfy.com/?q=Perl+compilers
--
Andrew DeFaria <http://defaria.com>
Atheism is a non-prophet organization.

 
Reply With Quote
 
Willem
Guest
Posts: n/a
 
      12-03-2009
John Bokma wrote:
) Robin <> 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 ?


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
 
Reply With Quote
 
Keith Thompson
Guest
Posts: n/a
 
      12-04-2009
Robin <> 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.)

--
Keith Thompson (The_Other_Keith) kst- <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"
 
Reply With Quote
 
sln@netherlands.com
Guest
Posts: n/a
 
      12-04-2009
On Thu, 03 Dec 2009 16:50:37 -0800, Keith Thompson <kst-> wrote:

>Robin <> 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
 
Reply With Quote
 
Barry McClintock
Guest
Posts: n/a
 
      12-16-2009
On Dec 3, 8:11*pm, s...@netherlands.com wrote:
> On Thu, 03 Dec 2009 16:50:37 -0800, Keith Thompson <ks...@mib.org> wrote:
> >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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FAQ 1.4 What are Perl 4, Perl 5, or Perl 6? PerlFAQ Server Perl Misc 0 02-27-2011 11:00 PM
FAQ 2.17 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org? PerlFAQ Server Perl Misc 0 02-03-2011 11:00 AM
FAQ 1.4 What are Perl 4, Perl 5, or Perl 6? PerlFAQ Server Perl Misc 0 01-23-2011 05:00 AM
commercial c compilers vs free c compilers geletine C Programming 33 07-07-2006 05:21 AM
Perl Help - Windows Perl script accessing a Unix perl Script dpackwood Perl 3 09-30-2003 02:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57