A libtlen is a backend library to implement interoperability
with Poland's Jabber protocol based Tlen.pl IM network.
TleenX2 is a tlen.pl (Polish IM protocol based on Jabber) client for X Window
System with Gtk+-2.0 library.
This module is a subclass of Net::IMAP::Simple that includes SSL
support. The interface is identical.
Net::Google::AuthSub - Interact with sites that implement Google style AuthSub.
Net::Google::Code is a simple client library for projects hosted in
Google Code.
Net::PubSubHubbub::Publisher is a client library to ping a PubSubHubbub hub.
Net::SMS::PChome allows sending SMS messages via http://sms.pchome.com.tw/
This is Net::SSH::Perl. It contains implementations of
both the SSH1 and SSH2 protocols.
Net::Random - get random data from online sources
This module gets truly random data from online sources. Or at least,
they claim to be truly random.
The two sources of randomness above correspond to
http://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex and
http://random.org/cgi-bin/randbyte?nbytes=1024&format=hex.
We always get chunks of 1024 bytes at a time, storing it in a pool
which is used up as and when needed. The pool is shared between all
objects using the same randomness source. When we run out of randomness
we go back to the source for more juicy random goodness.
The maintainers of both randomness sources claim that their data
is *truly* random. A some simple tests show that they are certainly
more random than the rand() function on this 'ere machine.
An HTTP/1.1 pipelining implementation atop Net::HTTP. A pipelined
connection sends multiple requests to the HTTP server without waiting
for the responses. The server will respond in-order.