The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MyLibrary::Message

SYNOPSIS

use MyLibrary::Message;

DESCRIPTION

Use this module to get and set messages from the librarians to a MyLibrary database.

METHODS

new()

message_id()

message_date()

message()

message_global()

message_global is a Boolean value. Set it to true ('1') to make this message intended for everybody. Set it to false ('2') to make it not. False is the default. Call message_global without any parameters to get it's value.

commit()

delete()

get_messages()

HISTORY

This module is legacy code. I sometimes wonder if it is even needed, and the message_global method feels like a hack.

AUTHOR

Eric Lease Morgan