GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::EtText::LinkGlossary(3) User Contributed Perl Documentation Text::EtText::LinkGlossary(3)

Text::EtText::LinkGlossary - interface for EtText link glossaries to implement.

  use Text::EtText::LinkGlossary;

  @ISA = qw(Text::EtText::LinkGlossary);

  sub open { ... }
  sub close { ... }
  ...

The "Text::EtText::LinkGlossary" is an interface which allows EtText to support ''link glossaries'', persistent collections of link text and its corresponding HREF.

The interface which needs to be implemented is as follows:

$g->open()
Open the link glossary $g for reading and writing.
$g->close()
Close the link glossary; no more links can be written or read.
$url = $g->get_link ($name)
Get a named link from the glossary.
$g->put_link ($name, $url)
Put a named link to the glossary.
$url = $g->get_auto_link ($name)
Get a named automatic link from the glossary.
$g->put_auto_link ($name, $url)
Put a named automatic link to the glossary.
@keys = $g->get_auto_link_keys ()
Get a list of the names of automatic links stored in the glossary.
$g->add_auto_link_keys (@keys)
Add to the list of names of automatic links stored in the glossary.

Hey! The above document had some coding errors, which are explained below:
Around line 26:
=over without closing =back
2001-06-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.