SDL - Simple DirectMedia Layer for Perl
SDL_perl is a package of Perl modules that provide both functional and object oriented interfaces to the Simple DirectMedia Layer for Perl 5. This package takes some liberties with the SDL API, and attempts to adhere to the spirit of both the SDL and...
FROGGS/SDL-2.548 - 19 May 2018 10:58:08 UTC - Search in distribution
Games::Object - Provide a base class for game objects
Using Games::Object as a base class This is the optimal way to use Games::Object. You define a game object class of your own as a subclass of Games::Object. In your constructor, you create a Games::Object classed object first, then re-bless it into y...
PSTEWART/Games-Object-0.11 - 16 Oct 2003 05:03:53 UTC - Search in distribution
Math::BigInt - arbitrary size integer math package
Math::BigInt provides support for arbitrary precision integers. Overloading is also provided for Perl operators. Input Input values to these routines may be any scalar number or string that looks like a number and represents an integer. Anything that...
PJACKLAM/Math-BigInt-1.999837 - 02 Jul 2022 16:50:06 UTC - Search in distribution- Math::BigFloat - arbitrary size floating point math package
- Math::BigInt::Lib - virtual parent class for Math::BigInt libraries
perl5120delta - what is new for perl v5.12.0
This document describes differences between the 5.10.0 release and the 5.12.0 release. Many of the bug fixes in 5.12.0 are already included in the 5.10.1 maintenance release. You can see the list of those changes in the 5.10.1 release notes (perl5101...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perl58delta - what is new for perl v5.8.0
- CORE - Namespace for Perl's core routines
- perl5100delta - what is new for perl 5.10.0
bigint - transparent big integer support for Perl
All numeric literal in the given scope are converted to Math::BigInt objects. Numeric literal that represent non-integers are truncated to an integer. All results of expressions are also truncated to integer. All operators (including basic math opera...
PJACKLAM/bignum-0.66 - 16 May 2022 16:34:09 UTC - Search in distribution
Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
Implements Short Message Peer to Peer protocol, which is frequently used to pass short messages between mobile operators implementing short message service (SMS). This is applicable to both european GSM and american CDMA/TDMA systems. This documentat...
SAMPO/Net-SMPP-1.19 - 01 Jun 2011 20:52:56 UTC - Search in distribution
Graph::Easy - Convert or render graphs (as ASCII, HTML, SVG or via Graphviz)
"Graph::Easy" lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). It can read and write graphs in a variety of formats, as well as render them via its own grid-based layouter. Since the layouter work...
SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC - Search in distribution- graph-easy - render/convert graphs in/from various formats
- Graph::Easy::Node - Represents a node in a Graph::Easy graph
- Graph::Easy::Parser - Parse Graph::Easy from textual description
- 24 more results from Graph-Easy »
Math::String - Arbitrary sized integers having arbitrary charsets to calculate with key rooms
This module lets you calculate with strings (specifically passwords, but not limited to) as if they were big integers. The strings can have arbitrary length and charsets. Please see Math::String::Charset for full documentation on possible character s...
PJACKLAM/Math-String-1.30 - 18 Jul 2021 15:40:39 UTC - Search in distribution- Math::String::Charset - A simple charset for Math::String objects.
- Math::String::Charset::Nested - A charset for Math::String objects.
- Math::String::Charset::Grouped - A charset of simple charsets for Math::String objects.
- 1 more result from Math-String »
Tie::File - Access the lines of a disk file via a Perl array
"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...
TODDR/Tie-File-1.05 - 27 Jan 2020 07:29:22 UTC - Search in distribution
Math::BigRat - arbitrary size rational number math package
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers. MATH LIBRARY You can change the underlying module that does the low-level math operations by using: use Math::BigRat try => 'GMP'; Note:...
PJACKLAM/Math-BigRat-0.2624 - 27 Jun 2022 19:00:47 UTC - Search in distribution
Math::GMP - High speed arbitrary size integer math
Math::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result...
SHLOMIF/Math-GMP-2.25 - 15 Mar 2022 09:26:46 UTC - Search in distribution
podcnv - convert POD to HTML
Turns a given POD (Plain Old Documentation) into HTML code, suitable for embedding it into Mediawiki. Will also handle "graph" and "graph-common" sections and turn these into inline HTML "grafics"....
TELS/Mediawiki-POD-0.06 - 05 May 2007 13:25:55 UTC - Search in distribution
Image::Info - Extract meta information from image files
This module provides functions to extract various kinds of meta information from image files. EXPORTS Exports nothing by default, but can export the following methods on request: image_info image_type dim html_dim determine_file_type METHODS The foll...
SREZIC/Image-Info-1.42 - 19 Oct 2019 06:46:49 UTC - Search in distribution- Image::Info::XPM - XPM support for Image::Info
- Image::Info::XBM - XBM support for Image::Info
Math::Roman - Arbitrary sized Roman numbers and conversion from and to Arabic.
Well, it seems I have been infected by the Perligata-Virus, too. ;o) This module lets you calculate with Roman numbers, as if they were big integers. The numbers can have arbitrary length and all the usual functions from Math::BigInt are available. I...
PJACKLAM/Math-Roman-1.09 - 15 Jul 2021 13:19:47 UTC - Search in distribution
Math::Big - routines (cos,sin,primes,hailstone,euler,fibbonaci etc) with big numbers
This module contains some routines that may come in handy when you want to do some math with really, really big (or small) numbers. These are primarily examples....
PJACKLAM/Math-Big-1.16 - 29 Sep 2021 18:48:01 UTC - Search in distribution- Math::Big::Factors - factor big numbers into prime factors using different algorithmns
XML::DT - a package for down translation of XML files
This module processes XML files with an approach similar to OMNIMARK. As XML parser it uses XML::LibXML module in an independent way. You can parse HTML files as if they were XML files. For this, you must supply an extra option to the hash: %hander =...
AMBS/XML-DT-0.69 - 22 Apr 2019 17:01:30 UTC - Search in distribution
Class::Accessor - Automated accessor generation
This module automagically generates accessors/mutators for your class. Most of the time, writing accessors is an exercise in cutting and pasting. You usually wind up with a series of methods like this: sub name { my $self = shift; if(@_) { $self->{na...
KASEI/Class-Accessor-0.51 - 22 Oct 2017 17:01:15 UTC - Search in distribution
perl_graph_usage - generate graph with usage patterns from Perl packages
This script traces the usage of Perl packages by other Perl packages from "use" and "require" statements and plots the result as a graph. Due to the nature of the parsing it might miss a few connections, or even generate wrong positives. However, the...
TELS/Graph-Usage-0.12 - 29 Jan 2006 15:25:07 UTC - Search in distribution- Graph::Usage - graph usage patterns from Perl packages
Mail::Graph - draw graphical stats for mails/spams
This module parses mailbox files in either compressed or uncompressed form and then generates pretty statistics and graphs about them. Although at first developed to do spam statistics, it works just fine for normal mail. File Format The module reads...
TELS/Mail-Graph-0.14 - 04 Jan 2004 13:27:51 UTC - Search in distribution
Class::Fields - Inspect the fields of a class.
NOTE This module, and the fields system, is largely obsolete. Please consider using one of the many accessor generating modules, or just skip directly to a complete object oriented system like Moose or Mouse. A collection of utility functions/methods...
MSCHWERN/Class-Fields-0.204 - 05 Feb 2011 03:35:20 UTC - Search in distribution