NAME
SYNOPSIS
DESCRIPTIONTying Scalars
Tying Arrays
Tying Hashes
Tying FileHandles
UNTIE this
The untie Gotcha
SEE ALSO
BUGS
AUTHOR
NAME
perltie - how to hide an object class in a simple variable
SYNOPSIS
tie VARIABLE, CLASSNAME, LIST
$object = tied VARIABLE
untie VARIABLE
DESCRIPTION
Prior to release 5.0 of Perl, a programmer could use dbmopen() to connect an on-disk database in the standard Unix dbm(3x) format magically to a %HASH in their program. However, their Perl was eithe