Class::Template - struct/member template builder


NAME

Class::Template - struct/member template builder


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

EXAMPLES


NOTES


Use '%' if the member should point to an anonymous hash.  Use '@' if the
member should point to an anonymous array.

When using % and @ the method requires one argument for the key or index into the hash or array.

Prefix the %, @, or $ with '*' to indicate you want to retrieve pointers to the values rather than the values themselves.

 Class::Template - struct/member template builder