Skip to Content
Programming Perl, 3rd Edition
book

Programming Perl, 3rd Edition

by Larry Wall, Tom Christiansen, Jon Orwant
July 2000
Intermediate to advanced
1104 pages
35h 1m
English
O'Reilly Media, Inc.
Content preview from Programming Perl, 3rd Edition

Tie Modules on CPAN

Before you get all inspired to write your own tie module, you should check to see if someone's already done it. There are lots of tie modules on CPAN, with more every day. (Well, every month, anyway.) Table 14.1 lists some of them.

Table 14-1. Tie Modules on CPAN

Module

Description

GnuPG::Tie::Encrypt

Ties a filehandle interface to encryption with the GNU Privacy Guard.

IO::WrapTie

Wraps tied objects in an IO::Handle interface.

MLDBM

Transparently stores complex data values, not just flat strings, in a DBM file.

Net::NISplusTied

Ties hashes to NIS+ tables.

Tie::Cache::LRU

Implements a least-recently used cache.

Tie::Const

Provides constant scalars and hashes.

Tie::Counter

Enchants a scalar variable to increment upon each access.

Tie::CPHash

Implements a case-preserving but case-insensitive hash.

Tie::DB_FileLock

Provides locking access to Berkeley DB 1.x.

Tie::DBI

Ties hashes to DBI relational databases.

Tie::DB_Lock

Ties hashes to databases using shared and exclusive locks.

Tie::Dict

Ties a hash to an RPC dict server.

Tie::Dir

Ties a hash for reading directories.

Tie::DirHandle

Ties directory handles.

Tie::FileLRUCache

Implements a lightweight, filesystem-based, persistent LRU cache.

Tie::FlipFlop

Implements a tie that alternates between two values.

Tie::HashDefaults

Lets a hash have default values.

Tie::HashHistory

Tracks history of all changes to a hash.

Tie::IxHash

Provides ordered associative arrays for Perl.

Tie::LDAP

Implements an interface to an LDAP database.

Tie::Persistent

Provides persistent ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Programming Perl, 4th Edition

Programming Perl, 4th Edition

Tom Christiansen, brian d foy, Larry Wall, Jon Orwant
Learning Perl, 7th Edition

Learning Perl, 7th Edition

Randal L. Schwartz, brian d foy, Tom Phoenix
Programming the Perl DBI

Programming the Perl DBI

Tim Bunce, Alligator Descartes

Publisher Resources

ISBN: 0596000278Supplemental ContentErrata