Click here to get back home

[ANNOUNCE] PerlIO::via::Bzip2

 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
[ANNOUNCE] PerlIO::via::Bzip2 Arjen Laarhoven 02-26-2005
Posted by Arjen Laarhoven on February 26, 2005, 9:14 pm
Please log in for more thread options


Hi,

I'd like to announce the release of PerlIO::via::Bzip2 to the world.
>From the documentation:


NAME
PerlIO::via::Bzip2 - PerlIO::via layer for Bzip2 (de)compression

SYNOPSIS
# Read a bzip2 compressed file from disk.
open(my $fh, "<:via(Bzip2)", "compressed_file");
my $uncompressed_data = <$fh>;

# Compress data on-the-fly to a bzip2 compressed file on disk.
open(my $fh, ">:via(Bzip2)", "compressed_file");
print $uncompressed_data;

DESCRIPTION
This module implements a PerlIO layer which will let you handle bzip2
compressed files transparently.

[...]

COPYRIGHT AND LICENSE
Copyright (C) 2005 by Arjen Laarhoven

This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.


Enjoy,

Arjen




Similar ThreadsPosted
ANNOUNCEMENT: Compress::Bzip2 2.08 May 11, 2005, 11:26 pm
Compress::Bzip2 needs work April 20, 2005, 9:41 pm
ANNOUNCEMENT: Compress::Bzip2 2.08 July 9, 2007, 3:51 pm
ANNOUNCE: PDL-2.4.3 August 22, 2006, 7:46 am
[ANNOUNCE] MultiProcFactory 0.01 September 20, 2004, 6:29 am
ANNOUNCE: WWW::Webrobot 0.50 September 29, 2004, 10:46 am
ANNOUNCE: WWW::Webrobot 0.51 October 1, 2004, 9:54 am
ANNOUNCE: tclperl-3.1 October 11, 2004, 4:56 am
[ANNOUNCE] Net::FTPSSL 0.03 September 5, 2005, 4:54 pm
[ANNOUNCE] POD2::IT 0.09 September 8, 2005, 11:06 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap