The Sun::Solaris::Exacct::Object::Item module is used for exacct data Items. An exacct data Item is represented as an opaque reference, blessed into the Sun::Solaris::Exacct::Object::Item class, which is a subclass of the Sun::Solaris::Exacct::Object class. The underlying exacct data types are mapped onto Perl types as follows.
Table 4–3 exacct Data Types Mapped to Perl Data Types| exacct type | Perl internal type | 
|---|---|
| EXT_UINT8 | IV (integer) | 
| EXT_UINT16 | IV (integer) | 
| EXT_UINT32 | IV (integer) | 
| EXT_UINT64 | IV (integer) | 
| EXT_DOUBLE | NV (double) | 
| EXT_STRING | PV (string) | 
| EXT_EXACCT_OBJECT | Sun::Solaris::Exacct::Object subclass | 
| EXT_RAW | PV (string) | 
Sun::Solaris::Exacct::Object::Item has no constants.
Sun::Solaris::Exacct::Object::Item has no functions.
Sun::Solaris::Exacct::Object::Item inherits all class methods from the Sun::Solaris::Exacct::Object base class, plus the new() class method.
| new | 
Sun::Solaris::Exacct::Object::Item inherits all object methods from the Sun::Solaris::Exacct::Object base class.
Sun::Solaris::Exacct::Object::Item has no exports.