Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.077.538 Times

Perl Dbi Mysql freeware
Filter: All | Freeware | Demo
 

Perl Dbi Mysql

< 1 2 3 4 5 > 
Added: June 10, 2010 | Visits: 680

MasonX::Maypole MasonX::Maypole is a Perl module to use Mason as the frontend and view for Maypole version 2. SYNOPSIS package BeerDB; use warnings; use strict; use Class::DBI::Loader::Relationship; use Maypole::Application qw( -Debug2 MasonX AutoUntaint ); BeerDB->setup( dbi:mysql:beerdb, username,...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (87): MasonX::Maypole Download

Added: August 19, 2010 | Visits: 968

DBIx::Wrapper::Config DBIx::Wrapper::Config Perl 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. Each "db" element specifies a key/name for the database...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): DBIx::Wrapper::Config Download

Added: January 21, 2010 | Visits: 819

mytop mytop project is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color....


Platforms: *nix

License: Freeware Size: 19.46 KB Download (89): mytop Download

Added: May 01, 2010 | Visits: 1.190

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): App::Options Download

Added: November 01, 2010 | Visits: 748

Lemonldap::NG::Portal Lemonldap::NG::Portal is a Perl extension for building Lemonldap compatible portals. SYNOPSIS use Lemonldap::NG::Portal; my $portal = new Lemonldap::NG::Portal( domain => gendarmerie.defense.gouv.fr, storageModule => Apache::Session::MySQL, storageOptions => { DataSource =>...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (95): Lemonldap::NG::Portal Download

Added: January 13, 2010 | Visits: 760

DBD::Ingres DBD::Ingres contains a DBI driver for Ingres database systems. SYNOPSIS $dbh = DBI->connect("DBI:Ingres:$dbname", $user, $options, {AutoCommit=>0}) $sth = $dbh->prepare($statement) $sth = $dbh->prepare($statement, {ing_readonly=>1}) $sth->execute @row = $sth->fetchrow $sth->finish...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): DBD::Ingres Download

Added: March 10, 2010 | Visits: 1.082

Apache2::AuthCookieDBI Apache2::AuthCookieDBI is an AuthCookie module backed by a DBI database. SYNOPSIS # In httpd.conf or .htaccess PerlModule Apache2::AuthCookieDBI PerlSetVar WhatEverPath / PerlSetVar WhatEverLoginScript /login.pl # Optional, to share tickets between servers. PerlSetVar WhatEverDomain...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Apache2::AuthCookieDBI Download

Added: July 10, 2010 | Visits: 1.002

DBD::Amazon DBD::Amazon is a DBI driver abstraction for the Amazon E-Commerce Services API. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books #...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (89): DBD::Amazon Download

Added: March 10, 2010 | Visits: 747

Apache2::PageKit Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache2::PageKit Apache2::PageKit->startup(/path/to/pagekit/files,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (97): Apache2::PageKit Download

Added: March 24, 2010 | Visits: 763

Apache::PageKit Apache::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache::PageKit < Perl>...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (89): Apache::PageKit Download

Added: November 11, 2010 | Visits: 1.142

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): DBIx::Simple::Examples Download

Added: November 23, 2010 | Visits: 959

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books # $sth =...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: September 09, 2010 | Visits: 640

DBIx::HTMLinterface DBIx::HTMLinterface is a class for creating a CGI interface to a database. SYNOPSIS use CGI; use DBI; use DBIx::HTMLinterface; $cgi = new CGI; $dbh = DBI->connect("DBI:mysql:[DATABASE]:[HOSTNAME]","[USERNAME]","[PASSWORD]") ); $DBinterface = new DBIx::HTMLinterface ($cgi, $dbh,...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): DBIx::HTMLinterface Download

Added: May 10, 2013 | Visits: 321

SQLgrey SQLgrey is a postfix policy service implementing a grey-listing policy. It is written in Perl and uses DBI to access an SQL database. Its goal is reducing the SPAM reaching user mailboxes.SQLgrey gained the following features since the beginning: - SQLgrey can withstand a database crash...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (53): SQLgrey Download

Added: August 15, 2013 | Visits: 647

Xapian and Omega Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. Xapian iss written in C , with bindings to allow use from other languages (Perl, Java, Python, PHP, and TCL are currently supported; Guile and C# are being worked on). Xapian is designed to be a highly...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (41): Xapian and Omega Download

Added: November 11, 2013 | Visits: 402

Queue::Q4M Queue::Q4M is a simple Perl wrapper to q4m, which is an implementation of a queue using mysql. SYNOPSIS use Queue::Q4M; my $q = Queue::Q4M- >connect( connect_info = > [ 'dbi:mysql:dbname=mydb', $username, $password ], ); for (1..10) { $q- >insert($table, %fieldvals); } while ($q-...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): Queue::Q4M Download

Added: August 21, 2013 | Visits: 509

CGI::Session::Driver::aggregator CGI::Session::Driver::aggregator is a CGI::Session driver to aggregate some CGI::Session drivers. SYNOPSIS use CGI::Session; use CGI::Session::Driver::aggregator::Drivers; use DBI; $dbh = DBI->connect('DBI:mysql:cgi_session;host=localhost', 'root', ''); $drivers =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (32): CGI::Session::Driver::aggregator Download

Added: February 16, 2010 | Visits: 1.457

closedShop - Open Source Shopping closedShop is a solution for a free shopping cart that is easy to install, maintain and customize. closedShop - Open Source Shopping uses Perl and mySQL to provide a full featured online e-commerce solution that is free..


Platforms: *nix

License: Freeware Size: 1.1 MB Download (104): closedShop - Open Source Shopping Download

Added: March 09, 2010 | Visits: 952

Config::JSON Config::JSON is a JSON based config file system. SYNOPSIS use Config::JSON; my $config = Config::JSON->create($pathToFile); my $config = Config::JSON->new($pathToFile); my $element = $config->get($param); $config->set($param,$value); $config->delete($param);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (119): Config::JSON Download

Added: September 17, 2010 | Visits: 830

liblookdb liblookdb is a C++ library that provides an interface to several common Database Management Systems (DBMS). liblookdb library enables the programmer to write application code that can be built and run unchanged on a variety of platforms and against several DBMS. It is currently in use in...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (94): liblookdb Download

< 1 2 3 4 5 >