tie VARIABLE, CLASSNAME, LIST |
VARIABLE is a scalar, array or hash to be enchanted |
Note a given type of tie can have several variables tied which differ by their initial conditions which are specified in LIST which is handed to constructor |
The CLASSNAME is a module which must have some special ENCHANTED routines defined -- these are |
constructors TIESCALAR() TIEARRAY() or TIEHASH() for three variable types respectively and further functions to define operational access to variables which are listed on following foil |