| Scriptname | README |
|---|---|
| peg-1.00 | This script is yet another Perl grep(1). |
| foldoc2docbook.pl | foldoc2docbook - build a docbook glossary for items requested from a DICT server This is a simple script which illustrates use of the C<Net::Dict> perl module to get items from a DICT server. In xml mode, each items read from STDIN or inputfile will be requested to the desired DICT server and the output is transformed to a docbook glossary form and printed to STDOUT. This script is based on: dict - perl DICT cl... |
| version.pl | |
| version_0.02.pl | The script takes either a module name (SEE SYNOPSIS) or a path to a Perl module or script file. The script looks for a package definition and a version file. The script is quite simple, the Module::Info::File and Mattia Barbon's Module::Info holds all the interesting stuff. In the beginning I was using Module::Info, but due to a lacking functionality in this module I created Module::Info::File, which inherits from Module::Info... |
| version_0.03.pl | This script extracts module data from installed and uninstalled modules and script, targetting especially the version information. |
| primes | Fast Prime Sieve bounded only by memory with Math::BigInt::Lite Optimizations: · never test product of first n primes · quick test products in p**2 .. p**3 · modulus by addition up to 3rd root |
| wordsin-1.0 | |
| hl | Reads text data from stdin and outputs it on the console with specified patterns highlighted using xterm color escape sequences; supports 256 color xterm extension. |
| keywordsearch-1.00 | Simple command-line tool for searching either a web site, or a local directory, for documents containing particular keyword(s). |
| bibAddPubMed-0.2 | This script takes a BibTeX file as input, searches PubMed for each entry in it, and outputs another BibTeX file after adding URLs and/or abstracts for the entries it found on PubMed. |