http://qs321.pair.com?node_id=444527


in reply to Re^2: Interview Prepration
in thread Interview Prepration

I learned about this from the book "Effective Perl Programming"

I'm in the middle of a bunch of Perl books (I always am).

Coincidentally, that's one of them :-) Guess I didn't reach that part yet... :-)

Replies are listed 'Best First'.
Re^4: Interview Prepration
by chas (Priest) on Apr 03, 2005 at 20:56 UTC
    Me too, and I often go back and read over the ones I've read in the past. It's like watching a movie the second time - you pick up things you missed before. I have one of the first versions of "Effective Perl Programming". The discussion about "my" and "local" is in the chapter on subroutines. Along with typeglobs, it seems one of the more subtle less understood notions in Perl. (My understanding is only partial, for sure.)
    chas