NAME

cs::Object - root class for objects


SYNOPSIS

use cs::Object;

@ISA=(cs::Object);


DESCRIPTION

The cs::Object module provided a few common methods for most objects.


GENERAL FUNCTIONS

reTIEHASH(preserve,hashref,class,tiehashargs...)

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.


OBJECT METHODS

GetSet(field,value)

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.


AUTHOR

Cameron Simpson <cs@zip.com.au> 21jul1997