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

NAME

Net::Lyskom::TextMapping - represents a text_mapping

SYNOPSIS

  $global_no = $obj->global(4711);

@globals = $obj->global_text_numbers;

@locals = $obj->local_text_numbers;

DESCRIPTION

Holds information on mappings between local and global text numbers for a conference.

Methods

->range_begin()

Returns the first local text number that this mapping has information on.

->range_end()

Returns the first local text number that this mapping does not hold information on.

->later_texts_exist()

Returns true if the conference has local numbers beyond those detailed in this mapping.

->global($no)

Takes a local text number and returns the corresponding global text number, or undef if the local number is nonexistant (or just not included in this mapping).

->local_text_numbers()

Returns a list of all local text numbers in this mapping, in strictly ascending order.

->global_text_numbers()

Returns a list of all global text numbers in this mapping, in ascending local number order.