>>>>> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes:

  JNP> It isn't too bad.  Only the Event package has a custom AUTOLOAD
  JNP> function.  It's purpose is to magically make:

  JNP>   my $w = Event->watcher_type(...);

  JNP> Short hand for:

  JNP>   require Event::watcher_type;
  JNP>   my $w = Event::watcher_type->new(...);

  JNP> Hm.  Maybe that should be in the documentation somewhere...

hmmmmmm. how about, YES!!!!

and maybe it should have a list of legal watcher names to check
against. is there any reason to allow dynamic watcher names? then
AUTOLOAD can barf on bad methods.

uri

-- 
Uri Guttman  ---------  [EMAIL PROTECTED]  ----------  http://www.sysarch.com
SYStems ARCHitecture, Software Engineering, Perl, Internet, UNIX Consulting
The Perl Books Page  -----------  http://www.sysarch.com/cgi-bin/perl_books
The Best Search Engine on the Net  ----------  http://www.northernlight.com

Reply via email to