in reply to Perl Internals: Hashes

I've found that Simon Cozens' Perl 5 Internals tutorial (PDF) (PostScript) a very readable introduction to the magic that is Perl.

Arjen

Replies are listed 'Best First'.
Re: Re: Perl Internals: Hashes
by stvn (Monsignor) on Apr 15, 2004 at 17:34 UTC

    I completely agree with aragorn, Simon's document taught me to be a better perl programmer too, knowing what is going on under-the-hood has helped in making some over-the-hood descisions.

    And if you are interested in seeing the datastructures Simon describes in real-life. I would recommend exploring the B modules, which Simon touches on at the end of his document. I asked the monostarty about the B modules a little while back, and got some good answers and links here.

    -stvn