how to program in perl under windows?
am 17.07.2006 23:12:28 von _mario latHallo,
I'd like to programm in perl but under windows.
How can I do?
How it works?
Thank you in advance,
Mario.
Hallo,
I'd like to programm in perl but under windows.
How can I do?
How it works?
Thank you in advance,
Mario.
"mario.lat_"
> 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
[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
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