|
NameOpenXPKI - base module for all OpenXPKI core modules.Exported functionsExported function are function which can be imported by every other object. These function are exported to enforce a common behaviour of all OpenXPKI modules for debugging and error handling."use OpenXPKI::API qw (debug);" debugYou should call the function in the following way:"$self->debug ("help: $help");" All other stuff is generated fully automatically by the debug function.
Visit the GSP FreeBSD Man Page Interface. |