in reply to Strange behavior: passing $1 to AUTOLOAD

May I just ask which "Cookbook" is referred to here, out of interest?


($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
=~y~b-v~a-z~s; print
  • Comment on Re: Strange behavior: passing $1 to AUTOLOAD

Replies are listed 'Best First'.
Re^2: Strange behavior: passing $1 to AUTOLOAD
by johnnywang (Priest) on Sep 23, 2004 at 06:58 UTC
    "Perl Cookbook", by Tom Christiansen and Nathan Torkington, from O'reilly. I was refering to 1st edition, section 13.11