Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: RFC: How to survive your first few months of Perl

by shmem (Chancellor)
on Nov 12, 2008 at 00:00 UTC ( [id://723027]=note: print w/replies, xml ) Need Help??


in reply to RFC: How to survive your first few months of Perl

The purpose is to provide them with tools and resources that'll ease their first Perl adventures.

Well, first thing is knowledge, then the tools. Probably a demonstration of how to get things done with perl comes first, and I'd go with the advice of BrowserUk for that. But since they are programmers, I would - the knowledge part - talk about how perl is different:

  • context, huffman coding, dwimmery
  • data types (and references), namespaces, packages, scoping, bare metal OO system
  • compile time vs. runtime, and switching back and forth
  • BEGIN, CHECK, INIT ... END
and such. Perhaps firing up a gdb and examining the execution stack of the perl engine would give a good crack here. Oh wait, it is a talk, not a hands-on workshop... ;-)

I'd trade Data::Dumper for Data::Dump::Streamer, and show B::Deparse, Devel::Peek, Devel::Leak::Object etc., CPAN of course, and lastly redirect them here.

  • Comment on Re: RFC: How to survive your first few months of Perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found