hi, want to have AUTOLOAD method calling (I'm using Moose), but I really would hate to use AUTOLOAD :[.
"handles" would not work too, because I know the eventual method names only at runtime and they may change.
It is for RecordSet like class, where I wan't to have $rs->field_name(), instead of something like $rs->field('field_name')