how to program in perl under windows?

how to program in perl under windows?

am 17.07.2006 23:12:28 von _mario lat

Hallo,
I'd like to programm in perl but under windows.
How can I do?
How it works?
Thank you in advance,
Mario.

Re: how to program in perl under windows?

am 17.07.2006 23:32:13 von Sherm Pendley

"mario.lat_" writes:

> Hallo,
> I'd like to programm in perl but under windows.
> How can I do?
> How it works?

Start at:

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net

Re: how to program in perl under windows?

am 18.07.2006 01:35:43 von Comcast News

[This followup was posted to alt.perl]

While wandering through cyberspace on Mon, 17 Jul 2006 23:12:28 +0200,
mario.lat_ said ...
> Hallo,
> I'd like to programm in perl but under windows.
> How can I do?
> How it works?
> Thank you in advance,
> Mario.
>

Go to your local bookstore and get a good Perl book.

You can get aversion of Perl for Windows from http://www.activestate.com

Re: how to program in perl under windows?

am 18.07.2006 18:53:44 von Paul Lalli

mario.lat_ wrote:
> Hallo,
> I'd like to programm in perl but under windows.
> How can I do?
> How it works?

Go to http://activestate.com
Follow the links to download and install ActivePerl
Use notepad or any other text-editor (NOT Word or any other word
processor) to create a Perl program. Save it.
Open up a command prompt (go to Start->Run, and type 'cmd')
Change to the directory where you saved your program
Type: perl filename.pl
-- (where 'filename.pl' is what you saved your program as)
Fix or modify your program to remove bugs and enhance it.

Paul Lalli