http://www.perlmonks.org?node_id=389737


in reply to Re: A tutorial for Perl to teach Beginners
in thread A tutorial for Perl to teach Beginners

Please start with an introduction to perldoc in your tutorial. For most 'starter' questions answers are immediately available. A must read is regex tutorial.
  • Comment on Re^2: A tutorial for Perl to teach Beginners

Replies are listed 'Best First'.
Re^3: A tutorial for Perl to teach Beginners
by Your Mother (Archbishop) on Sep 11, 2004 at 23:49 UTC

    I agree this should be right at the top but as has been discussed here before, the docs aren't written for beginners; or non-programmers for that matter. They take a great deal for granted. So assuming they answer beginner questions isn't necessarily a good idea. Even when the answers are there, they are often unintelligible to the neophyte. A beginner seeing things like split /PATTERN/,EXPR,LIMIT is as unenlightened as if she'd seen nothing at all.

Re^3: A tutorial for Perl to teach Beginners
by anadem (Scribe) on Sep 12, 2004 at 16:05 UTC
    I'm a newbie with perl, but have been hacking assembler since the 6502 so not really a beginner in the sense of 'non-programmer' -- if only i'd found perldoc (and knew how to use it) learning perl would be much simpler. Point to the things that perldoc can tell beginners, and give example code. What IS in perldoc? I still don't know how to find out.
    Another point where i find difficulty is OO --too old to have grown up with OO-- so a simple intro to that would be extremely useful to me at least :-)