Click here to get back home

Proposed Module: Compress::AsciiFlate

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Proposed Module: Compress::AsciiFlate Jimi-Carlo Bukowski-Wills 03-10-2006
Posted by Jimi-Carlo Bukowski-Wills on March 10, 2006, 6:37 am
Please log in for more thread options


NAME

Compress::AsciiFlate

SYNOPSIS

use Compress::AsciiFlate;
my $caf = new Compress::AsciiFlate;

# maybe set up some parameters here...
# there are plenty of things to play with, e.g:
# minimum word-size for encoding etc...

my $text = 'hello hello hello';
$caf->deflate($text);
print $text; # prints "_hello 1 1"
$caf->inflate($text);
print $text; # prints "hello hello hello"


This module sort of uses Number::Nary, but I couldn't
install the prerequisits on my laptop, so I made a
wee, self-contained, purely-perl emulation of it and
put the sub straight into the package...

Similar ThreadsPosted
New module proposed: XML::FOP May 25, 2005, 2:26 pm
Proposed module: Number::NaryPP March 10, 2006, 6:46 am
Proposed module: Music::ChordNamer March 14, 2006, 1:57 pm
Re: Proposed CPAN Module: Tk::Canvas::Music (renamed to Tk::Music) December 5, 2005, 2:18 am
Proposed Name Space DBIx::CopyRecords December 31, 2006, 2:18 pm
ANNOUNCEMENT: Compress::Bzip2 2.08 May 11, 2005, 11:26 pm
Compress::Bzip2 needs work April 20, 2005, 9:41 pm
Compress::Zlib installation August 12, 2006, 7:25 am
ANNOUNCEMENT: Compress::Bzip2 2.08 July 9, 2007, 3:51 pm
Naming consultation request (proposed Geo::ReadGRIB) April 25, 2006, 2:35 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap