LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 07-28-2003, 05:48 PM   #1
antken
Member
 
Registered: Nov 2000
Posts: 368

Rep: Reputation: Disabled
perl - where do i begin?


hello,

i think its about time i learn perl, the only thing i know how to do in perl is to make sure the shebang line is pointing to the correct interpriter, beyond that i know squat.

so i am just going to blurt out and say it, where do i start?

can some one please recommend a good guide on starting with perl.


thanks
antken
 
Old 07-28-2003, 06:16 PM   #2
epicurus
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
If you're already an experienced programmer, I recommend o'reilly's "programming perl".. if you're somewhat new to programming or generally more timid, then "learning perl."
 
Old 07-28-2003, 06:31 PM   #3
lfur
Member
 
Registered: Jul 2003
Location: Slovenia
Distribution: Slackware & FreeBSD
Posts: 209

Rep: Reputation: 30
You can find a lot of Perl related documents here:
http://www.maththinking.com/boat/computerbooks.html

And Perl package also comes with tutorials/documents, try running (you have to have perldoc package installed):
perldoc perl

as neo77777 suggested here:
http://www.linuxquestions.org/questi...icks+and+hints

Last edited by lfur; 07-28-2003 at 06:32 PM.
 
Old 07-28-2003, 06:39 PM   #4
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
I suggest you start here:

http://www.python.org/doc

See this post for reasons why, as well as more resources.
 
Old 07-28-2003, 09:32 PM   #5
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
lol Strike, i went to this post just to see if you would do that because i read the perl rant 1st.
 
Old 07-28-2003, 09:38 PM   #6
coolman0stress
Member
 
Registered: Jun 2003
Location: Toronto, Ontario, Canada
Posts: 288

Rep: Reputation: 30
Hehe...Strike and his Python pimping

If you are STILL interested in Perl after this, i would recommend visiting perldoc. It has almost everything you'd ever need to know about Perl. As far as books go, i only have one, Perl, How to program, by Deitel & Deitel. It's a good book, but damn expensive.
 
Old 07-30-2003, 02:55 PM   #7
sk8guitar
Member
 
Registered: Jul 2003
Location: DC
Distribution: mandrake 9.1
Posts: 415

Rep: Reputation: 30
i just learned perl this summer, and just started playing with tk today actually. i started out with the o'reilly perl books. the camel one first. thats a really good place to get a good start. i think thats a good one because its good for people who know other languages (i knew c++ going in) and for people who don't know any languages. and i still use it for random syntax references.
 
Old 07-31-2003, 03:35 PM   #8
JasonSmead
LQ Newbie
 
Registered: Jun 2003
Location: Mobile, AL
Distribution: Redhat, Mandrake and trying to learn more about Slack
Posts: 22

Rep: Reputation: 15
Sam's books are the best (unless you need a nice nutshell type book, then Reilly or even [some will want to kill me for saying this] a Deidel and Deidel book is the very best). Other than those three aforementioned books, I would avoid any other book until you could actually claim to be a programmer.

Speaking of Sam's: Sams could improve the 24 hours or 21 days themes to learn something into "You will learn Perl in 24 hours or someone will come to your house and kill you. That's our guarantee--we stand by it whole-heartedly." Man, I bet people would really pay attention and find a way somehow to become programming gurus.
 
Old 08-01-2003, 10:32 AM   #9
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
So, if I want to go Python, how do I make it do Perl stuff? (ie html manipulation?)
I'm learning both right now.

titanium_geek
 
Old 08-01-2003, 11:19 AM   #10
GusTabares
LQ Newbie
 
Registered: Aug 2003
Location: Boston
Distribution: Redhat 9, Slackware 8.1
Posts: 1

Rep: Reputation: 0
Smile Perl and Python

Python can do almost everything Perl can do (and some will say even better). If you want to learn Perl and don't have the time/money to get a book, I'd recommend this: http://learn.perl.org/library/beginning_perl/. It's very kind to beginners. As for Python, it is IMO much easier to learn than Perl and it will teach you good programming habits. If you're serious about learning Python pickup Core Python by Wesley Chun, it's a very nice intro to new Python programmers.
 
Old 08-02-2003, 06:51 AM   #11
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Rep: Reputation: 30
this is a great book as far as html. this is what i learned perl on and was able to use it for daily use on my home box for small tasks that i didn't want to do myself (import, update simple database)

Perl and CGI for the World Wide Web

or you can get it here
half.com

or you can look here

Barnes and Noble

here is the books official website
cookwood.com/perl

Last edited by joesbox; 08-02-2003 at 06:52 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to begin silverjump Programming 3 01-22-2005 12:36 PM
perl(Cwd) perl(File::Basename) perl(File::Copy) perl(strict)....What are those? Baldorg Linux - Software 1 11-09-2003 08:09 PM
Before i begin flickflum Linux - Newbie 7 10-27-2003 11:01 AM
where to begin dude Linux - Newbie 4 05-01-2002 03:00 PM
Where do I begin? rbanonuevo Linux - General 5 02-11-2002 12:21 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 06:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration