On Sun, 4 Nov 2001, Matt Sergeant wrote: > > I'm totally against the use of AUTOLOAD. I must admit I thought it was > cute seeing it used in Damian Conway's book to generate accessors on the > fly, but really, all it's doing is saving a tiny bit of typing. >
Well not everywhere. For some of the stuff I have been doing it saves you from having to remember to change things when you add new columns to a database table for instance. /J\
