LinuxLinks.com
Newbies What Next ? News Forums Calendar
Home | Register | News | Forums | Guide | Free Software | Portal Pages | MyLinks | Add Link | Modify Link | New | Hot | Link Us

Search/Browse

 Category Gateway
More Options
Category:  


LinuxLinks News
 · 24 Peachy Free Linux Games (Part 1 of 4)
 · 5 Productive Clipboard Managers
 · 6 Invaluable Free Scheme Books
 · 5 Best Free Scala Books
 · 6 Useful OCR Tools
 · 6 Best Free System Recovery Software
 · 5 Native XML Databases for Big Data
 · 9 Key Value Stores for Big Data
 · 6 Best File Systems for Big Data
 · 5 Top Linux Anti-Spam Tools
(more...)

 

Latest Links
The Little Black Box
libj
TemplateFx
typer
filegive
mdp
cartman
STMX
Crayonizer
sleepuntil
(more...)

 



Top : Software : Programming : Development : Modules : Perl : Page 2

Highlights
24 Peachy Free Linux Games (Part 1 of 4)
Linux has finally come of age and is now a legitimate gaming platform. The release of quality commercial titles such as Left 4 Dead 2, Portal, and Day of Defeat bring real credibility to Linux as a first-class gaming platform. The bid to lure gamers away from Microsoft's platform has also been strengthened, in part, due to the official launch of Steam for the Linux operating system back on February 14.

(Read more)
Linux Format
Linux Format covers Linux for desktop user, developers and professionals. Each issue comes full of reviews, features and tutorials on diverse topics. Our Hot Picks section highlight's the best new open source software every month, all of which is available on the covermounted CD ROM. DVD edition available. Worldwide subscriptions available.

Links:

  • DBIx::Easy
    DBIx::Easy is an easy to use DBI interface. Currently only the Pg, mSQL and mysql drivers are supported.
  • DBIx::Password
    DBIx::Password allows you to create a global password file for DB passwords.
  • DBIx::Perlish
    The DBIx::Perlish module provides the ability to work with databases supported by the DBI module using Perl's own syntax for the four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using DBIx::Perlish, you can write most of your database queries using a domain-specific language with Perl syntax. However, the module is not intended to replace all use of SQL in your program. The DBIx::Perlish module quite intentionally neither implements nor cares about database administration tasks like schema design and management.
  • DBIx::Timeout
    DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests. The method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process.
  • DBIx::Wrapper::Config
    The DBIx::Wrapper::Config module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper. This way, your database connection specifications can be kept in one place.
  • DiBa.pm
    DiBa.pm provides customers of the German bank "DiBa" with the ability to fetch their account information over the Web from within Perl-scripts.
  • Dir::List
    Dir::List provides you with various information about a specified directory. For example, it can obtain the user and group of files, the sizes of sub-directories, the filetype, and accessibility.
  • Dotiac::DTL
    Dotiac::DTL is a module that can interpret and compile templates written in the Django Template Language for the programming language Perl. It is simple and extensible, and focuses on fast parsing and execution instead of syntax checks.
  • dTemplate
    dTemplate provides a flexible template system.
  • Fey
    The Fey distribution contains a set of modules for representing the components of a DBMS schema, and for dynamically generating SQL queries based on that schema.
  • File-CacheDir
    File-CacheDir handles temporary files and their cleanup without a cron.
  • File-Find-Object
    File-Find-Object provides Perl programmers with an object-oriented alternative to the core File::Find module for traversing a directory structure, which has some serious interface limitations.
  • File::Cache
    File::Cache enables the sharing of object data across processes via the filesystem.
  • FileHandle::Unget
    FileHandle::Unget is a Perl FileHandle supporting multi-byte unget.
  • Finance-Bank-ID-BCA
    Finance-Bank-ID-BCA is a Perl module that provides a rudimentary interface to the Web-based online banking interface of the Indonesian Bank Central Asia (BCA).
  • GConf-FS
    GConf-FS allows you to view a gconf tree as a filesystem. GConf-FS uses the GConf Perl binding (Gnome2::GConf) and the FUSE Perl binding.
  • Geo::METAR
    Geo::METAR is a Perl module for accessing aviation weather information.
  • gnatsperl
    gnatsperl is a collection of modules providing a perl interface to the gnatsd daemon (GNU gnats issue tracking system). It is intended to allow developers to more easily create tie-in applications to gnats.
  • GnuPG::Interface
    GnuPG::Interface is a interface to interacting with GnuPG. It implements a rich set of filehandle communications with GnuPG and includes a key object organization structure, with information gathered from GnuPG's with-colons option.
  • Google::Adwords
    Google::Adwords is a Perl Module which provides a simple to use API for the Google Adwords SOAP based API. It hides the complexity of using SOAP and provides a full object oriented interface.
  • Gtk2::Ex::Datasheet::DBI
    Gtk2::Ex::Datasheet::DBI is a Perl module that is used in conjunction with Gtk2::Perl to give data-aware "datasheet" functionality. The programmer creates a GUI with Gtk2-Perl (and possibly Gtk2-GladeXML), and then creates a Gtk2::Ex::Datasheet::DBI object, which then "binds" a DBI data source to the datasheet, managing querying, navigating records, applying updates to the database, and error handling.
  • HTML Objects
    HTML Objects is a Perl module library for turning HTML tags into Perl objects. This allows Web pages to be manipulated as a data structure rather than text. Once manipulation is done, the entire page is generated via depth-first recursion.
  • HTML-Widgets-NavMenu
    HTML-Widgets-NavMenu is a Perl module to generate navigation menus and control site flow. It supports many advanced features such as building relative links or absolute links, selective expansion, and multi-host sites.
  • HTML::GenToc
    HTML::GenToc is a module for generating a Table of Contents from HTML documentation, and hypertoc is a script which uses it to do the same.
  • HTML::Template
    HTML::Template is a simple, fast HTML Templating module for Perl with added features for Apache/mod_perl. This module is distinguished from others serving a similar purpose by a clear distinction between programming and layout.
  • Image::Grab
    Image::Grab allows you to easily grab an image with an oft-changing URL from the internet.
  • Image::Size
    Image::Size is a module that retrieves height and width specification from an image file. It recognizes most of the more common formats, including JPEG, GIF, PNG, XBM, XPM, BMP and the PPM family.
  • IMAP::Admin
    IMAP::Admin is a Perl module for IMAP server administration. It lets you do things like create/delete email, manage acls, manage quotas, etc.
  • IO::AIO
    IO::AIO implements fully asynchronous I/O (not non-blocking I/O) that lets your program stay in control and interactive even when doing heavy disk (or other) I/O. It provides asynchronous versions of read(), write(), open(), stat(), unlink(), rename(), utime(), readlink(), and most other standard syscalls as well as interfaces to sendfile(), readahead(), and other esoteric syscalls, complete with emulation on systems that don't support them. It also offers convenience functions to load whole files and more.
  • IP::Country
    IP::Country is a tool for fast lookup of country codes from IP addresses. Finding out the country of a client using only the IP address can be difficult.
  • Job-Machine
    Job-Machine is a small, but versatile system for sending jobs to a message queue and, if necessary, communicating answers back to the sender. Job::Machine uses LISTEN / NOTIFY from PostgreSQL to send signals between clients and workers.
  • JSON::DWIW
    JSON::DWIW is a Perl module that converts Perl data structures to and from JSON. It does what most Perl programmers would expect without having to set any extra options. For example, it converts objects to their underlying data structures (for hash or array) and turns IO objects into strings. It is also faster than the JSON or JSON::Syck modules on CPAN in the developer's tests.
  • JSON::XS
    JSON::XS implements JSON for Perl. Unlike other modules, its primary goal is to encode to syntactically correct JSON and flag invalid JSON while decoding.
  • KiokuDB
    KiokuDB is a frontend to various data stores. Its purpose is to provide persistence for "regular" objects with as little effort as possible, without sacrificing control over how persistence is actually done, especially for objects that are harder to serialize.
  • LCD::MatrixOrbital
    LCD::MatrixOrbital is a library module for accessing, and printing to a MatrixOrbital display from perl.
  • Lemonldap::NG
    Lemonldap::NG is a modular Web SSO based on Apache::Session modules. It simplifies the building of a protected area with a few changes in the application.
  • libCIM
    libCIM is a collection of Perl modules which serves as a basis for an implementation of the CIM (Common Information Model).
  • libxml-perl
    libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.
  • Lingua::PT::Nums2Words
    Lingua::PT::Nums2Words is a module for Perl that computes Portuguese (Brazilian) verbage from integer numerical values.
  • Linux::Distribution
    Linux::Distribution tries to detect the Linux distribution in which the program is run by looking in release files in /etc and by using lsb-release.
  • LJ::Simple
    LJ::Simple is a relatively trival module which shows an OOP API to the world and allows the caller to deal with LiveJournal work.
  • Locale::Memories
    Locale::Memories is a specialized search engine designed to retrieve localization messages from .po files.
  • Mail::DeliveryStatus::BounceParser
    Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a structured description of the addresses that bounced and the reason they bounced.
  • MAS::TIFF
    MAS::TIFF is a pure Perl package for reading TIFF image metadata and samples.
  • Math-Random-Xorshift
    Math-Random-Xorshift is a Perl module that contains a straightforward implementation of the Xorshift PRNG algorithm proposed by G. Marsaglia in 2003.

Prev 50 Next 50



Share this Page
Bookmark and Share
Submit this page to popular social networks such as Digg, Twitter, StumbleUpon and more.


My LinuxLinks
MyLinks
  • Bookmarked links
  • Emailed Newsletter
  • Your own profile

  • Top Applications
    Top Free Software
    6 Lean Desktops
    14 File Managers
    21 Backup Tools
    21 Window Managers
    21 Productivity Tools
    21 Text Editors
    21 Video Emulators
    21 Home Emulators
    42 Graphics Apps
    42 Scientific Apps
    42 Email Apps
    12 Instant Messaging
    42 Games
    42 More Games
    21 More Games
    42 Audio Apps
    42 Video Apps
    80 Security Apps
    Free Console Apps
    14 Multimedia
    'Free' Proprietary
    21 Closed-Source Apps
    Top Commercial Apps
    42 Games
    Free Web Software
    21 Web CMS
    14 Wiki Engines
    8 Blog Apps
    6 eCommerce Apps
    Other Articles
    Migrating from Windows
    Distribution Guide
    Distro Portal Pages

    Migrate to Linux
    Thinking of switching to Linux? Check out our Linux Equivalents to Windows Software section, highlighting popular Linux equivalents to Windows software.

    This feature also includes over 150 individual software portal pages including Blender, Scribus, OpenOffice.org, Evolution, Eclipse, K3b, and MythTV, providing a wealth of essential information.

     

    Distribution Guides
    Distro Guide

    Debian
    Fedora
    Gentoo
    Mandriva
    OpenSuSE
    RedHat
    Slackware
    Ubuntu
    Xandros

    Absolute
    Linux Mint
    64 Studio

    LiveCDs
    Berry Linux
    GoblinX
    KNOPPIX
    Kubuntu
    NimbleX
    PCLinuxOS
    Sabayon
    SimplyMEPIS
    Xubuntu

    Entire List

     

    SourceFiles.org
    Sourcefiles.org
    Backup
    CD Writing
    Databases
    Editors
    Emulators
    Financial
    Games
    Graphics
    Home ...
    Internet
    Multimedia
    Networking
    Office
    Prod Tools
    Scientific
    Shells
    Spreadsheets
    Toys
    Utilities
    WMs

     

    Services
    Web Calendar
    Linux Licenses

    Advertise at LinuxLinks.com

     

    Latest Portal Pages
    Mixxx
    energyXT2
    GRASS
    uDig
    QGIS
    gretl
    SPSS

     

    About | FAQ | Privacy | Awards | Contact
    Portal Version 0.7. Intel Blade.
    Comments to the webmaster are welcome.
    Copyright 2009 LinuxLinks.com All rights reserved.