| Projects on Google Code | Results 1 - 10 of 69 |
Create shared variables under perl.
Allows the vars to be complex objects (hash of arrays, etc.). Think of it as a combination of "use vars", "Tie::DBI" and "Storable".
Works on all platforms.
Simple syntax:
use IPC::Lite qw(%hash);
$hash{'foo'} = 'bar'; # this is shared between p...
CPAN modules
Net::BitTorrent brings BitTorrent to Perl. Bet::BitTorrent is available via [http://search.cpan.org/dist/Net-BitTorrent/ CPAN].
=News=
*(Apr. 24th, 2009)* URL shakeup; Spring 2009 Edition.
* Issue/Bug tracking has been moved to [http://github.com/ GitHub]: http://github.com/sanko/net-bittorr...
This is the code repository for the [http://search.cpan.org/dist/Net-Amazon-S3/ Net::Amazon::S3] Perl module on CPAN.
This module provides a Perlish interface to Amazon S3. From the developer blurb: "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for deve...
CPANPLUS is an excellent tool for interfacing with the CPAN, but often we want to manage our installed set of packages all though RPM. Fedora, especially, has a large set (900+) of Perl packages.
CPANPLUS::Dist::RPM provides a backend dist class that CPANPLUS can use to generate rpm spec files a...
====Test::Reporter reports the test results of any given distribution to the CPAN Testers. Test::Reporter has wide support for various perl5's and platforms.====
====For further information visit:====
http://www.cpantesters.org/
====There is also now a CPAN Tester's Wiki, courtesy of Barbie...
This module is the driver that provides a web server that allows you to search and browse Mini CPAN. First you must install CPAN::Mini and create a local copy of CPAN using minicpan. Then you may run minicpan_webserver and search and browse Mini CPAN at http://localhost:8080/.
CPANTS is an acronym for CPAN Testing Service. The goals of the CPANTS project are to provide some sort of quality measure (called 'Kwalitee') and lots of metadata for all distributions on CPAN.
including my CPAN modules, and some scripts
== Foorum ==
*Foorum* (a forum/BBS system based on Catalyst)
trunk is moved to http://code.google.com/p/foorum
Foorum live demo: http://www.foorumbbs.com/
This is the code for the Math::Random::MT::Auto module found on CPAN. It provides auto-seeded Mersenne Twister pseudo-random number generators.