On Tue, Jun 05, 2001 at 01:42:38PM -0700, Daniel S. Wilkerson wrote: > Someone please tell me what automatic method generation is exactly. package Foo; sub AUTOLOAD { my $method = $AUTOLOAD; eval "sub $method { warn qq/Please do not call this method again.\n/ }" goto &$method; } -- I washed a sock. Then I put it in the dryer. When I took it out, it was gone. -- Steven Wright
- Re: Properties and stricture John Porter
- Re: Properties and stricture Michael G Schwern
- RE: Properties and stricture Garrett Goebel
- Re: Properties and stricture Daniel S. Wilkerson
- Re: Properties and stricture Michael G Schwern
- Re: Properties and stricture Michael G Schwern
- RE: Properties and stricture David Whipp
- Re: Properties and stricture Daniel S. Wilkerson
- Re: Properties and stricture John Porter
- Re: Properties and stricture Daniel S. Wilkerson
- Re: Properties and stricture Simon Cozens
- Re: Properties and stricture John Porter
- Re: Properties and stricture Daniel S. Wilkerson
- Re: Properties and stricture Michael G Schwern
- Re: Properties and stricture Daniel S. Wilkerson
- Re: Properties and stricture Daniel S. Wilkerson
- Re: Properties and stricture Michael G Schwern
- Re: Properties and stricture John Porter
- Re: Properties and stricture Peter Scott
- Re: Properties and stricture John Porter
- DANGER! ADVOCACY! (was Re: Properties and stric... Michael G Schwern