traditional and object-oriented i/o) on things *other* than normal
filehandles; in particular, IO::Scalar, IO::ScalarArray, and
IO::Lines.
Port orignally created by Shell Hung <i@shellhung.org>. Moved from textproc/
to devel/.
object can be attached to a string, and will make it possible to use
the normal file operations for reading or writing data, as well as
seeking to various locations of the string. The main reason you might
want to do this, is if you have some other library module that only
provide an interface to file handles, and you want to keep all the
stuff in memory.
Originally created by Shell Hung <i@shellhung.org>. I have moved it from
textproc/ to devel/
and the ability to build your Web site out of small reusable objects
in a OO-style. You can also take advantage all available Perl
modules, (including DBI for database access) use their functionality
and easily include their output into your web pages.
NOTE: that the build warns about File::Spec being out of date, but this
appears to have no noticable effect in my tests. If someone finds a
problem, then a p5-File-Spec port is required at a later date.
This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC). In combination with a block cipher
such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt messages
of arbitrarily long length.
Submitted by Felix Kronlage <fkr@grummel.net>.
Moon-buggy is a simple character graphics game, where you drive some
kind of car across the moon's surface. Unfortunately there are
dangerous craters there. Fortunately your car can jump over them!
Changes:
- Updated ja.po.
- Add man page.
- POP3/IMAP connections can be on non-standard port numbers if you
enter server:port instead of just the server in the config.
- IMAP checking could not handle untagged responses to LOGIN.
- Meminfo label initialization and mua_is_launched fixes.