cs::Object - root class for objects
use cs::Object;
@ISA=(cs::Object);
The cs::Object module provided a few common methods for most objects.
Tie the hash referenced by hashref to the specified class, passing the tiehashargs to the tie call. If the optional parameter preserve is 1, store the original contents of the hash in the tied object.
If the optional parameter value is supplied, set the specified filed of the object to value. Otherwise return the current value of field or undef if it does not exist.
Cameron Simpson <cs@zip.com.au> 21jul1997