| SRU documentation | view source | Contained in the SRU distribution. |
SRU::Utils - Utility functions for SRU
use SRU::Utils qw( error );
return error( "error!" );
This is a set of utility functions for the SRU objects.
Sets the $SRU::Error message.
| SRU documentation | view source | Contained in the SRU distribution. |