SRU::Utils - Utility functions for SRU


SRU documentation  | view source Contained in the SRU distribution.

Index


NAME

Top

SRU::Utils - Utility functions for SRU

SYNOPSIS

Top

    use SRU::Utils qw( error );
    return error( "error!" );

DESCRIPTION

Top

This is a set of utility functions for the SRU objects.

METHODS

Top

error( $message )

Sets the $SRU::Error message.


SRU documentation  | view source Contained in the SRU distribution.