Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How To Learn Perl From Scratch

by mirod (Canon)
on Apr 02, 2002 at 10:41 UTC ( [id://155970]=note: print w/replies, xml ) Need Help??


in reply to How To Learn Perl From Scratch

I had about the same background as your friend (C + shell/awk + many others during my CS studies). When I first started using it I thought that Perl felt very, _very_ natural. It is really easy to write Perl that looks a bit like C, and thinks like using foreach instead of the clumsy C loops and pepperring the code with regexps are a welcome simplification.

The things that I found the most difficult to understand: map, some tricky (and non-standard) regexps features like lookahead/lookbehind, the difference between scalar and list context. It also took me a while to get used to $_.

Overall your friend should have no problem getting into Perl itself. Then it really depends on the quality of the existing code he has to work with... Getting the authors, if they are still with the customer, to explain the design of their code and their coding style would certainly be of great help.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://155970]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-26 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found