SRU::Utils - Utility functions for SRU
Contents
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.
perl v5.34.0 2022-06-17 SRU::Utils(3pm)
Description
This is a set of utility functions for the SRU objects.
Methods
error($message)
Sets the $SRU::Error message.
Name
SRU::Utils - Utility functions for SRU
Synopsis
use SRU::Utils qw( error );
return error( "error!" );
