ANNOUNCE: File::FDkeeper 0.04
From: patl (patrick.leboutillier_at_gmail.com)
Date: 01/20/05
- Next message: Ted Johnson: "Re: XML::Simple doesn't handle </tag> shorthand notation??"
- Previous message: Sherm Pendley: "Re: XML::Simple doesn't handle </tag> shorthand notation??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 Jan 2005 14:43:32 GMT
File::FDkeeper 0.04 has just been uploaded to CPAN.
>>From the README:
================
File::FDkeeper allows you to store open filehandles in a "server"
process and
retrieve them at a later time from another process.
When a filehandle is stored, an id is returned. This id can then be
used by
any other process to retrieve the filehandle (as long as they have
permission
to open the fifo).
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
File::FDpasser
Note: This module only works on UNIX-type platforms. See File::FDpasser
for more information.
COPYRIGHT AND LICENCE
Copyright (C) 2005 Patrick LeBoutillier
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
- Next message: Ted Johnson: "Re: XML::Simple doesn't handle </tag> shorthand notation??"
- Previous message: Sherm Pendley: "Re: XML::Simple doesn't handle </tag> shorthand notation??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|