Perl module to parse "folksonomy" space-separated tags Parses "folksonomies", which are simple space-or-comma-separated-but-optionally-quoted tag lists. Specifically, tags can be any string, as long as they don't contain both a single and a double quote. ...
Text::Template module for perl This is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. ...
TikiText - Text Formatting Engine TikiText is a text formatting notation and engine, with the following design goals: * Leverage existing text formatting notions. * Least amount of characters from plain text. * Use more intuitive and ...
Remove accents from a string A module that remove accents from a string. unac_string converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion ...
An implementation of the Wagner-Fischer edit distance This module implements the Wagner-Fischer dynamic programming technique, used here to calculate the edit distance of two strings. The edit distance is a measure of the degree of proximity between two ...
Module for translating Wiki formatted text into other formats Text::WikiFormat converts text in a simple Wiki markup language to whatever your little heart desires, provided you can describe it accurately in a semi-regular tag language.
Text-WrapI18N module for perl Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words. This module intends to be a better Text::Wrap ...
Simple word wrapping routine perl module Text::Wrapper provides simple word wrapping. It breaks long lines, but does not alter spacing or remove existing line breaks. If you're looking for more sophisticated text formatting, try the ...
TFTP Client class TFTP is a class implementing a simple TFTP client in Perl as described in RFC783.
Tie-Cache module for perl Tie-Cache module for perl.
Tie hashes to DBI relational databases This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One column becomes ...
Hashes (and objects based on hashes) with encrypting fields Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting containers of data. Tie::EncryptedHash introduces special hash fields that are coupled with encrypt/decrypt routines to ...
Tie-IxHash module for perl Tie-IxHash module for perl. This Perl module implements ordered in-memory associative arrays.
Interface for maintaining a log Tie::LogFile gives a easy interface for maintaining a well formated log. Using user tweakable sprintf like tags, Tie::LogFile is flexible, and probably a little overkill for keeping a log.
Tie-TextDir module for perl Tie-TextDir module for perl.
Place watchpoints on Perl variables This module binds one or more subroutines of your devising to a Perl variable. With Tie::Watch one can: - alter a variable's value - prevent a variable's value from being changed - invoke a Perl/Tk ...
Time modules for perl This package contains the following perl5 modules: Time::CTime.pm ctime, strftime, and asctime Time::JulianDay.pm Julian Day conversions Time::ParseDate.pm Reverses strftime and also understands ...
TimeDate module for perl (Data_Type_Utilities/Time) Simple Time and Date module for perl.
Tk modules for Perl This package provides the modules and Tk code for Perl/Tk, as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk), and Ioi Kim Lam(Tix). It gives you the ability to develop perl applications using ...
Tk modules for Perl (documentation package) This package provides the modules and Tk code for Perl/Tk, as written by Nick Ing-Simmons (pTk), John Ousterhout(Tk), and Ioi Kim Lam(Tix). It gives you the ability to develop perl applications using ...
Tk::FileDialog Perl module A highly configurable File Dialog widget for Perl/Tk.
Tk-TableMatrix perl module Tk::TableMatrix is a table/matrix widget extension to perl/tk for displaying data in a table (or spreadsheet) format.
Calculate the transitive closure This is an implementation of the well known Floyd-Warshall algorithm.
Perl implementation of B+ trees This is a Perl implementation of B+ trees. I have based this implementation on a couple of sources. See the documentation of Tree::BPTree for those details. A B+ tree is essentially an order map from ...
Class for representing nodes in a tre This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. ...
Tree::Nary - Perl implementation of N-ary search trees The Tree::Nary class implements N-ary trees (trees of data with any number of branches), providing the organizational structure for a tree (collection) of any number of nodes, but knowing nothing ...
A simple tree object This module in an fully object-oriented implementation of a simple n-ary tree.
A Visitor for sorting a Tree::Simple object hierarchy This implements a recursive multi-level sort of a Tree::Simple hierarchy.
A data structure optimized for prefix lookup This module implements a trie data structure. The term "trie" comes from the word retrieval, but is generally pronounced like "try". A trie is a tree structure (or directed acyclic graph), the nodes ...
Perl module for udunits A perl module for udunits.
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |