in reply to Re^2: Subroutines with differing behaviour created from AUTOLOAD
in thread Subroutines with differing behaviour created from AUTOLOAD
does please? It looks to me like it's using a filehandle to populate a hash of the attributes that should be editable. Can you give an example of how to use this?my %editable = do { no strict 'refs'; %{"${class}::__EDITABLE__"}; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Subroutines with differing behaviour created from AUTOLOAD
by dragonchild (Archbishop) on Jun 08, 2004 at 16:55 UTC |