Christian J. Robinson: Perl
Perl stands for Practical Extraction
and Report Language (or
Pathologically Eclectic Rubbish Lister).
Perl combines (in the author's opinion, anyway) some of the best features
of C, sed,
awk, and
sh. The official Perl web page is
http://www.perl.com/.
- ANSI.pm ( Last modified: Jul 31, 2003 - 03:00:14 AM ) (documentation)
A simple module I wrote to learn how to write Perl modules. It provides a convenient way to access ANSI escape sequences for color and cursor movement.
- attr ( Last modified: Nov 24, 2004 - 08:13:16 AM )
Converts input to a format that can be sent directly to a MUSH/MUX and have it show up identical to the original. If you have PerlTk installed, the output can be read from, and dumped to the X clipboard for pasting.
- CheckOptions.pm ( Last modified: Mar 03, 2002 - 12:47:04 PM ) (documentation)
'check_options()' is a primitive function key => value checker, typically used to check whether a function was passed valid key/value pairs.
- color-select ( Last modified: Mar 16, 2008 - 08:50:06 AM )
A PerlTk script that allows you to select a color, or select the <BODY ...> tag for an HTML document if you have HTML-Parser.
- ftrunc ( Last modified: Jul 16, 2007 - 10:51:33 PM )
Truncate a file or files at the first/Nth occurrence of a string, with various options.
- mp3info ( Last modified: Jul 25, 2007 - 08:59:28 AM )
Prints info about an MP3 file. Bitrate, stereo or mono, ID3/ID3v2 tag, etc. Requires MPEG::ID3v2Tag.
- mushpp ( Last modified: Jun 12, 2008 - 12:06:08 PM ) (documentation)
(Beta) "Pre-process" formatted MUSH/MUX code, much like Adam Dray's unformat.pl. Includes, inline comments, and defines (including macros) are supported.
- randsig ( Last modified: Sep 23, 2007 - 03:11:53 AM ) (documentation)
Output random signatures through a named pipe. The output format is very customizable.
- randword ( Last modified: Mar 04, 2008 - 04:09:40 AM )
Output random words or characters. Requires Data::Random.
- strip_id3v2 ( Last modified: Feb 17, 2002 - 10:30:41 AM )
Removes an ID3v2 (and/or ID3v1) from an MP3 or MP2 file. Useful for files that have an oversized ID3v2. (A perhaps better application is id3v2 which can list, modify and delete ID3v1 and ID3v2 tags.)
- xtract ( Last modified: Feb 21, 2008 - 10:09:12 PM )
(Alpha) This script tries to extract any archive file you throw at it. It will recurse into directories if you specify them on the command line. (But don't blame me if it overwrites or otherwise damages data.)
http://www.infynity.spodzone.com/Perl/
Copyright © 1996-2008
by Christian J. Robinson
<>
Last modification:
May 3, 2008 - 06:54:13 AM GMT
|