$Id: README.special,v 1.7 2003/04/14 20:16:16 jeff Exp $ The following subroutines are reserved for extproc_perl and may be called like any other Perl subroutine from Oracle. _flush() -- Destroys Perl interpreter and all Perl data. A new interpreter will be started for the next query. _version() -- Reports the version of the currently loaded extproc_perl. _modules() -- Returns a space separated list of modules that were requested to be statically linked into extproc_perl. _codetable(table_name) -- Gets or returns the database table queried for code. _error() -- Returns the most recent error string. _errno() -- Returns the most recent system error message ($! in Perl). _preload() -- Force extproc_perl to load code from the database immediately.