Manage your entry: Entry.pm
Returned by the Conn::search() and Conn::nextEntry() methods
Basically a Perl hash array (uses TieHash)
Attribute value is a pointer to an array, except DN which is a single value
You can use normal Perl functions to retrieve, delete and modify values
But, plenty of class/instance methods!