table of contents
SRU::Utils(3pm) | User Contributed Perl Documentation | SRU::Utils(3pm) |
NAME¶
SRU::Utils - Utility functions for SRU
SYNOPSIS¶
use SRU::Utils qw( error ); return error( "error!" );
DESCRIPTION¶
This is a set of utility functions for the SRU objects.
METHODS¶
error( $message )¶
Sets the $SRU::Error message.
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2013 by Ed Summers.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-06-17 | perl v5.34.0 |