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.066.918 Times

Monthly Bill Tracker Cgi Perl Mysql software
Filter: All | Freeware | Demo
 

Monthly Bill Tracker Cgi Perl Mysql

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

Class::CGI Class::CGI is a Perl module to fetch objects from your CGI object. SYNOPSIS use Class::CGI handlers => { customer_id => My::Customer::Handler }; my $cgi = Class::CGI->new; my $customer = $cgi->param(customer_id); my $name = $customer->name; my $email = $cgi->param(email); # behaves...



Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Class::CGI Download

Added: July 04, 2010 | Visits: 1.416

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): CGI::Out Download

Added: February 25, 2010 | Visits: 1.345

CGI::Builder::Magic CGI::Builder::Magic Perl module contains CGI::Builder and Template::Magic integration. SYNOPSIS # just include it in your build use CGI::Builder qw| CGI::Builder::Magic |;.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): CGI::Builder::Magic Download

Added: November 08, 2010 | Visits: 758

CGI::Utils CGI::Utils is a Perl module for retrieving information through the Common Gateway Interface and mod_perl. Whats New in This Release: - This release adds support for mod_perl 2 in addition to mod_perl 1. - It fixes some formatting issues with the POD documentation and adds underscore versions...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): CGI::Utils Download

Added: January 25, 2010 | Visits: 1.183

CGI::Builder::Auth::GroupAdmin CGI::Builder::Auth::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use CGI::Builder::Auth::GroupAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (90): CGI::Builder::Auth::GroupAdmin Download

Added: April 22, 2010 | Visits: 1.254

CGI::Builder::Auth::UserAdmin CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (95): CGI::Builder::Auth::UserAdmin Download

Added: April 20, 2010 | Visits: 1.925

CGI::Wiki::Plugin::RSS::Reader CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes. Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use CGI::Wiki::Plugin::RSS::Reader; my $rss =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Wiki::Plugin::RSS::Reader Download

Added: August 14, 2010 | Visits: 797

CGI::FastTemplate CGI::FastTemplate is a Perl extension for managing templates, and performing variable interpolation. SYNOPSIS use CGI::FastTemplate; $tpl = new CGI::FastTemplate(); $tpl = new CGI::FastTemplate("/path/to/templates"); CGI::FastTemplate->set_root("/path/to/templates"); ## all instances...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): CGI::FastTemplate Download

Added: March 01, 2010 | Visits: 985

CGI::Application::Generator CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. SYNOPSIS use CGI::Application::Generator; # Required methods my $cat = CGI::Application::Generator->new(); $cat->package_name(My::Widget::Browser); $cat->start_mode(list_widgets);...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): CGI::Application::Generator Download

Added: February 01, 2010 | Visits: 949

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: June 21, 2010 | Visits: 839

CGI::FormMagick CGI::FormMagick is a Perl module to easily create CGI form-based applications. SYNOPSIS use CGI::FormMagick; my $f = new CGI::FormMagick(); # all options available to new() my $f = new CGI::FormMagick( type => file, source => $myxmlfile, ); # other types available my $f = new...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (91): CGI::FormMagick Download

Added: February 08, 2010 | Visits: 849

CGI::Application::Plugin::ValidateRM CGI::Application::Plugin::ValidateRM is a Perl module to help validate CGI::Application run modes using Data::FormValidator. SYNOPSIS use CGI::Application::Plugin::ValidateRM; my $results = $self->check_rm(form_display,_form_profile) || return $self->check_rm_error_page; # Optionally,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::Application::Plugin::ValidateRM Download

Added: November 24, 2010 | Visits: 1.486

MySQL Backup for lazy sysadmins MySQL Backup for lazy sysadmins (mysqlblasy) is a Perl script for automating MySQL database backups. It uses "mysqldump" for dumping mysql databases to the files sytem. MySQL Backup for lazy sysadmins program was written with automated usage in mind. For example, it is silent during operation,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): MySQL Backup for lazy sysadmins Download

Added: August 20, 2010 | Visits: 771

CGI::XMLForm CGI::XMLForm is a Perl extension of CGI.pm which reads/generates formated XML. NB: This is a subclass of CGI.pm, so can be used in its place. SYNOPSIS use CGI::XMLForm; my $cgi = new CGI::XMLForm; if ($cgi->param) { print $cgi->header, $cgi->pre($cgi->escapeHTML($cgi->toXML)); } else {...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): CGI::XMLForm Download

Added: July 19, 2010 | Visits: 824

CGI::FormBuilder CGI::FormBuilder is a Perl module to easily generate and process stateful forms. SYNOPSIS use CGI::FormBuilder; # Assume we did a DBI query to get existing values my $dbval = $sth->fetchrow_hashref; # First create our form my $form = CGI::FormBuilder->new( name => acctinfo, method =>...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (101): CGI::FormBuilder Download

Added: June 21, 2010 | Visits: 851

CGI::Ex::Conf CGI::Ex::Conf is a Perl module with Conf Reader/Writer for many different data format types. SYNOPSIS use CGI::Ex::Conf qw(conf_read conf_write); my $hash = conf_read("/tmp/foo.yaml"); conf_write("/tmp/foo.yaml", {key1 => $val1, key2 => $val2}); ### OOP interface my $cob =...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (89): CGI::Ex::Conf Download

Added: May 19, 2010 | Visits: 1.043

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: April 18, 2010 | Visits: 1.305

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Added: February 03, 2010 | Visits: 1.150

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 733

Stunnix Perl Web Server Stunnix Perl Web Server is designed for putting any Perl/PHP/MySQL/SQLite-based website on CDROM, that once put to tray will run off CDROM (including webserver itself, MySQL and PHP/Perl interpreters) and will open a browser with site in it on Windows, MacOS X and Linux from that single CDROM,...


Platforms: Windows, Mac, Unix, Linux

License: Shareware Cost: $239.00 USD Size: 3.01 MB Download (56): Stunnix Perl Web Server Download

< 1 2 3 4 5 >