Click here to get back home

Good intro to perl to a "newbie to programming"

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Good intro to perl to a "newbie to programming" Ignoramus25756 06-09-2008
Posted by Ignoramus25756 on June 9, 2008, 3:58 pm
Please log in for more thread options
I am looking for a book on Perl that introduces it to a person who is
not a programmer, and offers a track along with exercises, etc.

That would be for someone who does not know any programming, so it
would need to explain a little more what is a "loop", "subroutine" and
similar things in more depth than a book for people who are
programmers already.

Some useful recommendations would be appreciated. Thanks
--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
http://improve-usenet.org/

Posted by Joost Diepenmaat on June 9, 2008, 4:15 pm
Please log in for more thread options

> I am looking for a book on Perl that introduces it to a person who is
> not a programmer, and offers a track along with exercises, etc.
>
> That would be for someone who does not know any programming, so it
> would need to explain a little more what is a "loop", "subroutine" and
> similar things in more depth than a book for people who are
> programmers already.
>
> Some useful recommendations would be appreciated. Thanks

"Learning Perl" from O'Reilly might be what you're looking for, though
IIRC it's not aimed squarely at non-programmers, it is a relatively
gentle introduction and it includes exercises.

/getting slightly off topic/

Is there a reason the "target" must start with perl? Perl's not that
hard to get started with, and it may be pretty good for whatever code
it is (s)he's going to want to write, but I think there may be as good
or better "pure introductionary programming" books that handle other
languages.

OTOH, in my experience the best thing to do is to just start coding,
and perl makes *that* at least pretty easy.

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

Posted by Marc Bissonnette on June 9, 2008, 4:30 pm
Please log in for more thread options

>
>> I am looking for a book on Perl that introduces it to a person who is
>> not a programmer, and offers a track along with exercises, etc.
>>
>> That would be for someone who does not know any programming, so it
>> would need to explain a little more what is a "loop", "subroutine" and
>> similar things in more depth than a book for people who are
>> programmers already.
>>
>> Some useful recommendations would be appreciated. Thanks
>
> "Learning Perl" from O'Reilly might be what you're looking for, though
> IIRC it's not aimed squarely at non-programmers, it is a relatively
> gentle introduction and it includes exercises.
>
> /getting slightly off topic/
>
> Is there a reason the "target" must start with perl? Perl's not that
> hard to get started with, and it may be pretty good for whatever code
> it is (s)he's going to want to write, but I think there may be as good
> or better "pure introductionary programming" books that handle other
> languages.
>
> OTOH, in my experience the best thing to do is to just start coding,
> and perl makes *that* at least pretty easy.

I'll add to that by saying that if this is your very first introduction to
programming, follow and try *all* of the examples in the book. I started
off many, many moons ago by teaching myself Commodore BASIC from the book
that came with the computer. (Later Turbo Pascale, then an attempt at C,
then HTML, then (finally, Perl and MySQL) - When the book says "write
#!/usr/bin/perl
print "hello world";
exit;

and save as "hello.pl" - do it and run it. It helps to reinforce what
you're reading by actually seeing it happen on the screen, rather than
assuming you got it by reading.

Assuming you've got the knack for it, you'll be amazed at how quickly
you'll pick it up by trying, observing and asking intelligent questions.


--
Marc Bissonnette
Looking for a new ISP? http://www.canadianisp.com
Largest ISP comparison site across Canada.

Posted by Ignoramus25756 on June 9, 2008, 4:45 pm
Please log in for more thread options
>
>> I am looking for a book on Perl that introduces it to a person who is
>> not a programmer, and offers a track along with exercises, etc.
>>
>> That would be for someone who does not know any programming, so it
>> would need to explain a little more what is a "loop", "subroutine" and
>> similar things in more depth than a book for people who are
>> programmers already.
>>
>> Some useful recommendations would be appreciated. Thanks
>
> "Learning Perl" from O'Reilly might be what you're looking for, though
> IIRC it's not aimed squarely at non-programmers, it is a relatively
> gentle introduction and it includes exercises.

Great.

> /getting slightly off topic/
>
> Is there a reason the "target" must start with perl? Perl's not that

yes, it is a new hire for a specific task based on perl. (not a
general programming position, more like to write a certain kind of
test scripts within a framework)

> hard to get started with, and it may be pretty good for whatever
> code it is (s)he's going to want to write, but I think there may be
> as good or better "pure introductionary programming" books that
> handle other languages.

That's because for most people perl is not the first language.

> OTOH, in my experience the best thing to do is to just start coding,
> and perl makes *that* at least pretty easy.

True, but it may presume a higher level of foreknowledge.

--
Due to extreme spam originating from Google Groups, and their inattention
to spammers, I and many others block all articles originating
from Google Groups. If you want your postings to be seen by
more readers you will need to find a different means of
posting on Usenet.
http://improve-usenet.org/

Posted by Tad J McClellan on June 9, 2008, 9:15 pm
Please log in for more thread options
>
>> I am looking for a book on Perl that introduces it to a person who is
>> not a programmer, and offers a track along with exercises, etc.
>>
>> That would be for someone who does not know any programming, so it
>> would need to explain a little more what is a "loop", "subroutine" and
>> similar things in more depth than a book for people who are
>> programmers already.
>>
>> Some useful recommendations would be appreciated. Thanks
>
> "Learning Perl" from O'Reilly might be what you're looking for, though
> IIRC it's not aimed squarely at non-programmers, it is a relatively
> gentle introduction and it includes exercises.


From the Preface of the 4th edition:

Though you don't need to know about Perl to begin reading this
book, we recommend that you have familiarity with basic
programming concepts such as variables, loops, subroutines,
and arrays, and the all-important "editing a source code file
with your favorite text editor." We don't spend any time
explaining those concepts.

So it appears to be aimed squarely at programmers. :-)



"Elements of Programming with Perl" (Andrew Johnson) was
targeted at non-programmers though.


--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher0cmdat/"

Similar ThreadsPosted
Newbie Perl programming help (RSS & IRC) February 17, 2005, 1:18 pm
Very good CGI Programming text book April 26, 2008, 2:43 pm
Good documentation or good source examples for Image::Magick or converter from commandline to perl April 1, 2008, 5:23 pm
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you are, April 21, 2005, 1:25 pm
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you are, April 22, 2005, 3:33 pm
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you are, April 24, 2005, 6:50 pm
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you are, May 1, 2005, 11:27 am
Perl Extreme Programming download now | http://freepdf-ebook.blogspot.com/2007/12/extreme-perl-programming.html December 25, 2007, 3:28 pm
Any good Perl coders out there? March 21, 2007, 12:14 pm
EPIC : a very good Perl IDE April 22, 2008, 4:13 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap