473,387 Members | 1,897 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Perl on Windows

Hello,

Could anyone advise on HOW TO set up and run Perl scripts on windows,
and is it possible to run them as "standalones" without a server / browser

Thanks

-- Adam --
Jul 19 '05 #1
9 26143
Adam Smith <ad*******@econ.com> wrote in
news:8c********************@speakeasy.net:
Could anyone advise on HOW TO set up and run Perl scripts on windows,
My preferred distribution is ActiveState's ActivePerl. You can download
the latest version from:

http://www.activestate.com/Products/ActivePerl/
and is it possible to run them as "standalones" without a server /
browser


Yes. The installation will ask to set up file associations for you. If you
also add the extension you will be using for your scripts, such as .pl or
..plx to the PATHEXT variable, you can run scripts in your path without
typing their extensions.

If you are not going to do any CGI programming, you will not need to set
up a web server. However, if there is even the remotest possibility, you
can get the Windows version of Apache from http://httpd.apache.org/.

Sinan.

Jul 19 '05 #2
Adam Smith wrote:
Could anyone advise on HOW TO set up and run Perl scripts on windows,
<http://www.activestate.com>
and is it possible to run them as "standalones" without a server / browser


For help on getting started with Perl, have a look at:

<http://learn.perl.org>

If you haven't done so already, please read the posting guidelines that
appear here twice a week. Lots of pointers and tips there.

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
Jul 19 '05 #3
Adam Smith wrote:
Could anyone advise on HOW TO set up
No idea how you would set up a script.
and run Perl scripts on windows,
Just install a Perl interpreter. The most common an convenient version is
probably ActivePerl from ActiveState
(http://activestate.com/Products/ActivePerl/)
and is it possible to run them as "standalones" without a server /
browser


Aehmmm, "standalone" _is_ the normal way to run a Perl program.

jue
Jul 19 '05 #4
Bah.
Go here, its free and works very well. I wrote a review on it for you today.
I think many people will ask the same question.....Active Perl isnt free.
http://www.jrbtech.com/index.php/cod...ndows_for_free

--
JRB Technology
http://www.jrbtech.com

"Adam Smith" <ad*******@econ.com> wrote in message
news:8c********************@speakeasy.net...
Hello,

Could anyone advise on HOW TO set up and run Perl scripts on windows, and
is it possible to run them as "standalones" without a server / browser

Thanks

-- Adam --

Jul 19 '05 #5
"JRBTech" <jr********@gmail.com> wrote in
news:W-********************@adelphia.com:

[ You top-posted and put the text of the message below the signature
separator. Good newsreaders get rid of anything below the signature
separator when replying. Please do not top post and format your
replies properly. ]

"Adam Smith" <ad*******@econ.com> wrote in message
news:8c********************@speakeasy.net...
Hello,

Could anyone advise on HOW TO set up and run Perl scripts on windows,
and is it possible to run them as "standalones" without a server /
browser
Bah.
Bah what?
Go here, its free and works very well. I wrote a review on it for you
today. I think many people will ask the same question
Then they will be better served by going to

http://www.cpan.org/ports/#win32
... Active Perl isnt free.
Hmmm ... From <http://www.activestate.com/Products/ActivePerl/?_x=1>:

ActivePerl is ActiveState's quality-assured, ready-to-install
distribution of Perl, available for Linux, Solaris, and Windows.
As part of ActiveState's support for Perl, we provide the
ActivePerl distribution free to the community.

People may prefer one binary distribution over another. Nothing wrong
with that.
http://www.jrbtech.com/index.php/cod...ndigoperl_run_

perl_on_windows_for_free

Not worth the paper it is printed on. There is absolutely no information
on the advantages of IndigoPerl relative to other binary distributions.

Sinan
Jul 19 '05 #6
[Don't top post]
[Don't full quote]

JRBTech wrote:
[...] Active Perl isnt free.


What gave you that idea? It most certainly is free.

jue
Jul 19 '05 #7

On Sat, 22 Jan 2005, JRBTech blurted out, without the
customary courtesy of citation and context:
Bah.
Indeed. Posting, without further comment, to a newsgroup
(comp.lang.perl) which was officially phased-out years ago, does not
bode well for the accuracy of anything else you might have to say to
the hon Usenauts.
Go here,
To recommend Indigoperl, wouldn't it be better to refer to here?
- http://www.indigostar.com/indigoperl.htm
its free and works very well. I wrote a review on it for you today.
What's wrong with usenet? It looks as if you don't know how to use
it yet.
I think many people will ask the same question.....
What same question?
Active Perl isnt free.
- From the ActivePerl license:

| You may use this Package for commercial or non-commercial purposes
| without charge.

- From the Indigoperl license:

| You may use IndigoPerl for commercial or non-commercial purposes
| without charge.

Would you care to take us through the differences which you perceive
in their respective licenses?
... /index.php/codecenter/2005/01/22/indigoperl_run_perl_on_windows_for_free


Come off it. It looks as if you're trying to promote a specific
discussion forum, not really to help anyone with their choice of Perl
distributions. That cited URL can be summarised as "we installed it
on one laptop and it works". Well, so it does, but you could safely
have said that here too.

Both are respectable and useful distributions. Of course there's also
Cygwin Perl ;-)

The benefits of IndigoPerl, particularly for a beginner who has web
usage in mind, are in areas which you haven't even mentioned - being
bundled with Apache, mod_perl etc. But I don't see anything wrong
with the other options.

[ f'ups set ]
Jul 19 '05 #8
"Adam Smith" <ad*******@econ.com> wrote in message
news:8c********************@speakeasy.net...
Could anyone advise on HOW TO set up and run Perl scripts on windows,
One way, already mentioned: IndigoPerl, available free from
www.indigostar.com.
and is it possible to run them as "standalones" without a server /

browser?

Yes.
--
Bill Segraves


Jul 19 '05 #9
In message <8c********************@speakeasy.net>
Adam Smith <ad*******@econ.com> wrote:
Could anyone advise on HOW TO set up and run Perl scripts on windows,
and is it possible to run them as "standalones" without a server / browser


I'm very much a newbie to Perl and I've found Optiperl is fine - a slight
fiddle to set up, but it appears to work well. I got it off a magazine cover
CD, it may be available for free download somewhere.

Ken Down

--
================ ARCHAEOLOGICAL DIGGINGS ===============
| Australia's premiere archaeological magazine |
| http://www.diggingsonline.com |
================================================== ======
Jul 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dpackwood | last post by:
Hello, I have two different scripts that do pretty much the same thing. The main perl script is on Windows. It runs and in the middle of it, it then calls out another perl script that then...
4
by: Firewalker | last post by:
Hey guys, I am newbie to perl. I am trying to deal with dates ( such trying to find what the date would be after month). Is therea function or date class( I am a java programmer, I couldnt find...
1
by: J-miami | last post by:
I am just starting to learn Perl. I had an idea that there should be free open-source Internet Cafe management software for Linux. I searched around online but couldn't find anything. The...
10
by: Hendry Taylor | last post by:
I wrote a perl script and tested it on windows and it works fine. I then moved it onto a solaris machine and now it says that there is a syntax error with the following line of code: $user1 =...
12
by: rurpy | last post by:
Is there an effcient way (more so than cgi) of using Python with Microsoft IIS? Something equivalent to Perl-ISAPI?
0
by: gedsta | last post by:
Hi all I am a total noob and its my 2nd post, first of all thank you for letting me use these forums as a source of information, and hopefully once i get my head round perl i maybe able to help...
7
numberwhun
by: numberwhun | last post by:
**NOTE: This article is written using the 5.8.8 Alpha2 release of Strawberry Perl. I am writing this article with much joy and glee. This is due to the fact that Active State no longer has a...
1
by: Perl Beginner | last post by:
Hi All, I have a very extensive Perl script using Win32. This is an automation script which manipulates various windows using the mouse and keyboard (using Win32::GuiTest). The various windows...
1
by: megaman1 | last post by:
I’m trying to connect with perl DBD::Oracle on Windows to Oracle DB (Linux). I compiled the Oracle.dll using the commands “perl Makefile.pl” “nmake” and “nmake install”, but when I try to connect...
1
by: Ant | last post by:
Hello! I am looking for a good hardcopy Perl book for newbies/beginners (including myself) who use Windows (not UNIX/Linux) and that isn't so old. After talking to my Linux friends who use Perl,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.