Want to install Perl compiler

V

Vinay Nagrik

Hello Group,

Where can I get the Perl compiler? Is it free? My requirement is to
install it Windows XP machine.

Someone suggested me that I should opt for Cygwin instead? Could
someone give me a feedback
on this issue.

I do not want to go on the impulse to very first suggestion I get (like
install cygwin). I detailed
feedback will be very much appreciated. It will save me a lot of
troubles.

Thanks.

nagrik
 
D

David Dorward

Vinay said:
Where can I get the Perl compiler?
http://www.perl.org/get.html

Is it free?
Yes

Someone suggested me that I should opt for Cygwin instead? Could
someone give me a feedback on this issue.

Cygwin is one way to get a perl for Windows, the other common one is
ActiveState's ActivePerl. I've not compared them. Cygwin does have the
advantage of having other UNIX tools for Windows (such as bash and an X
server), but there is nothing stopping you using those tools in conjunction
with ActivePerl.
 
P

Paul Lalli

Vinay said:
Where can I get the Perl compiler? Is it free? My requirement is to
install it Windows XP machine.

Someone suggested me that I should opt for Cygwin instead? Could
someone give me a feedback
on this issue.

I do not want to go on the impulse to very first suggestion I get (like
install cygwin). I detailed
feedback will be very much appreciated. It will save me a lot of
troubles.

Cygwin is a set of programs that give you Unix-like access to your
Windows machine. If you just want Perl and don't care about any of the
other Unix-ish commands Cygwin could provide for you, you probably just
want ActiveState's release of perl. Follow the links from
http://www.activestate.com/Products/ActivePerl/?mp=1 to download and
install it. Yes, it is free.

Once you've installed it, you can read all the built-in documentation
by going to Start->Programs->ActiveState ActivePerl->Documentation.
Or, you can open up a command window and type `perldoc perlintro`.

Hope this helps,
Paul Lalli
 
J

John Bokma

Vinay Nagrik said:
Hello Group,

Where can I get the Perl compiler? Is it free? My requirement is to
install it Windows XP machine.

AFAIK there is no real Perl compiler as in perl script in -> exe out.
There are packers like perl2exe, and PAR, but they pack perl.exe and the
script in one file AFAIK.

If you're looking for a compiler in order to protect your code, give it up
:)


If by Perl compiler you mean the thingy that compiles the program and then
executes it, check out http://activestate.com/

If you have no experience with cygwin, and are a beginner, it might be not
the best idea to use cygwin IMO.
 
P

Paul Lalli

Vinay said:
Where can I get the Perl compiler? Is it free? My requirement is to
install it Windows XP machine.

Someone suggested me that I should opt for Cygwin instead? Could
someone give me a feedback
on this issue.

I do not want to go on the impulse to very first suggestion I get (like
install cygwin). I detailed
feedback will be very much appreciated. It will save me a lot of
troubles.

Cygwin is a set of programs that give you Unix-like access to your
Windows machine. If you just want Perl and don't care about any of the
other Unix-ish commands Cygwin could provide for you, you probably just
want ActiveState's release of perl. Follow the links from
http://www.activestate.com/Products/ActivePerl/?mp=1 to download and
install it. Yes, it is free.

Once you've installed it, you can read all the built-in documentation
by going to Start->Programs->ActiveState ActivePerl->Documentation.
Or, you can open up a command window and type `perldoc perlintro`.

Hope this helps,
Paul Lalli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top