Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 7th, 2005, 1:11 PM   #1
anandt4u
Newbie
 
Join Date: Feb 2005
Posts: 22
Rep Power: 0 anandt4u is on a distinguished road
new to perl

can someone tell me what is the best and easiest way to learn it...i know c and c++ ..but i find perl really tough to learn as there seems to be no general structure or typesafety here..always run into problems
anandt4u is offline   Reply With Quote
Old Apr 7th, 2005, 2:28 PM   #2
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Tutorials all the way. Look for good reading material on the net and get cracking. Perl, like C, is a beast to tame. You'll just need to work at it i'm afraid.
Cerulean is offline   Reply With Quote
Old Apr 14th, 2005, 12:34 PM   #3
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Rather than start a new thread, I'll piggy-back off this one. Anyone know of some good beginner tuts, preferably some I can download? I checked Bulio's (I think) thread in tutorials, some links were still good, but the tuts seemed very specific. An ebook would be ideal, but any introductory level tutorial will do just fine.
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote
Old Apr 30th, 2005, 2:21 PM   #4
mackenga
Professional Programmer
 
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4 mackenga is on a distinguished road
On a Unix box, the Perl manpages are actually incredibly good. Try "man perl" to get started. There are plenty of tutorials in there on various subjects.

For a bit of extra strictness, you can start your Perl programs with:

use strict;

which can make things more comfortable for C/C++ programmers and is a good idea anyway.

I think there are two things about Perl - nay, three - that are 'hard' and the rest is easy. They are the weird data types (very unlike other programming languages; not ints and chars here, just scalars, lists and hashes), the regular expressions (if you're not already familiar with them they can be mind-boggling), and the object oriented stuff.

Persevere though. There's nothing quite like Perl.
mackenga is offline   Reply With Quote
Old Apr 30th, 2005, 7:03 PM   #5
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
this seems to be a pretty good site, but never looked into perl so i don't know

www.programmingtutorials.com
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:32 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC