The perl extensions to the libexacct(3LIB) API provide the following functions for the Sun::Solaris::Exacct module.
|
ea_error_str |
|
ea_register_catalog |
|
ea_new_file |
|
ea_new_item |
|
ea_new_group |
|
ea_dump_object |
ea_error_str() is provided as a convenience, so that repeated blocks of code like the following can be avoided:
if (ea_error() == EXR_SYSCALL_FAIL) {
print("error: $!\n");
} else {
print("error: ", ea_error(), "\n");
}
The Sun::Solaris::Exacct module has no class methods.
The Sun::Solaris::Exacct module has no object methods.