Does someone have some example code or documentation of how to load objects complete
with their custom field values?
If I just do a MT::Category->load(), the objects don't have any custom field values.
It doesn't help if i do init_meta->() on the instances.

I want to find out the values of the custom fields i've defined on categories.

Furthermore I want to write a batch perl program to import some category definitions,
including setting values on custom fields.

There is some vague documentation about "meta proxy" objects or whatever, and
some documentation on how to define your own new objects, but I can't seem
to find any info on how to do this.

Thanks.