in reply to Re^6: Using AUTOLOAD to create class methods
in thread Using AUTOLOAD to create class methods

Does defining a function really clear the cache, or just defining a named function? Defining a function should have no effect, just the modification of the symbol table that comes from defining named functions.
  • Comment on Re^7: Using AUTOLOAD to create class methods

Replies are listed 'Best First'.
Re^8: Using AUTOLOAD to create class methods
by tilly (Archbishop) on Nov 16, 2005 at 04:51 UTC
    I believe that it is triggered off of the symbol table, so you're right. Named function.