The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "AKIRA"

Net::Twitter - A perl interface to the Twitter API River stage two • 21 direct dependents • 35 total dependents

This module has been superseded by Twitter::API. Please update as soon as you possibly can to use new features and the new API versions. This module will no longer be supported. This module provides a perl interface to the Twitter APIs. See <http://d...

MMIMS/Net-Twitter-4.01043 - 17 Jan 2018 18:36:07 UTC - Search in distribution

YAML::DBH - instant database connection from config file on disk River stage one • 1 direct dependent • 1 total dependent

Point and shoot method of getting a database handle with only a yaml configuration file as argument. This is meant for people learning perl who just want to get up and running. It's the simplest customizable way of getting a database handle with very...

LEOCHARRE/YAML-DBH-1.08 - 27 Aug 2009 19:13:28 UTC - Search in distribution

Apache::ParseLog - Object-oriented Perl extension for parsing Apache log files River stage zero No dependents

Apache::ParseLog provides an easy way to parse the Apache log files, using object-oriented constructs. The data obtained using this module are generic enough that it is flexible to use the data for your own applications, such as CGI, simple text-only...

AKIRA/Apache-ParseLog-1.02 - 17 Oct 1998 07:29:06 UTC - Search in distribution

Hash::Inflator - Access hash entries through methods River stage one • 1 direct dependent • 1 total dependent

This class can inflate a hash so that you can access it using methods instead of plain hash keys. So instead of "$x->{foo}" you can do "$x->foo()". Why would we want to do this? First, because this way you can quickly prototype a class. Your class ca...

MARCEL/Hash-Inflator-1.100820 - 23 Mar 2010 17:05:55 UTC - Search in distribution

Acme::MetaSyntactic::nobel_prize - Nobel prize winners River stage one • 3 direct dependents • 5 total dependents

This theme has the nobel prize winners, divided into categories. The first Nobel prizes were awarded in 1901. Nobel prizes have been awarded for Chemistry, Literature, Medicine, Peace, Physics, and Economics. Strictly speaking, the Economics prize is...

BOOK/Acme-MetaSyntactic-Themes-1.055 - 30 Apr 2021 17:46:34 UTC - Search in distribution

Math::Goedel - Fundamental Goedel number calculator River stage zero No dependents

Goedel number is calculated by following Goedel's encoding theorem enc(X0X1X2...Xn) = P0**X0 * P1**X1 * P2**X2 * ..... * Pn**Xn *Xk* is a *k* th digit (from left hand) of input number. *Pk* is a *k* th prime number....

TURUGINA/Math-Goedel-0.04 - 22 Sep 2013 03:17:11 UTC - Search in distribution

HTML::EscapeEvil - Escape tag River stage one • 1 direct dependent • 1 total dependent

The tag that doesn't want to permit escapes all....

HOLLY/HTML-EscapeEvil-0.05 - 13 May 2006 17:48:19 UTC - Search in distribution

App::CLI::Extension - for App::CLI extension module River stage one • 3 direct dependents • 3 total dependents

The expansion module which added plug in, initial setting mechanism to App::CLI App::CLI::Extension::Component::* modules is automatic, and it is done require (It is now Config and Stash is automatic, and it is done require) RUN PHASE +--------------...

HOLLY/App-CLI-Extension-1.421 - 13 May 2012 16:05:27 UTC - Search in distribution

digestarchive - display entry hexdigest in archive River stage zero No dependents

HOLLY/App-digestarchive-0.044 - 05 Nov 2012 16:54:12 UTC - Search in distribution

Class::Method::Debug - Trace who is calling accessors River stage zero No dependents

Provides method modifiers that trace who is setting scalar and hash attributes....

MARCEL/Class-Method-Debug-1.101420 - 22 May 2010 11:36:53 UTC - Search in distribution

LINE::Notify::Simple River stage zero No dependents

LINE Notify API <https://notify-api.line.me/api/notify> simple & easy POST request module....

HOLLY/LINE-Notify-Simple-1.02 - 21 Jun 2021 14:14:20 UTC - Search in distribution

App::CLI::Plugin::DBI - for App::CLI::Extension database base module River stage zero No dependents

App::CLI::Extension DBI plugin module dbh method setting normal setting # config (example: PostgreSQL) __PACKAGE__->config(dbi => ["dbi:Pg:dbname=app_db", "foo", "bar", { RaiseError => 1, pg_enable_utf8 => 1 }]); # get DBI handle my $dbh = $self->dbh...

HOLLY/App-CLI-Plugin-DBI-1.1 - 19 Sep 2011 01:47:44 UTC - Search in distribution

App::CLI::Plugin::StackTrace - for App::CLI::Extension error stacktrace module River stage zero No dependents

App::CLI::Extension stacktrace plugin module...

HOLLY/App-CLI-Plugin-StackTrace-1.1 - 18 Jul 2010 15:43:14 UTC - Search in distribution

CGI::Application::Plugin::Mason - HTML::Mason plugin for CGI::Application River stage zero No dependents

CGI::Application::Plugin::Mason is Plug-in that offers HTML::Mason template engine....

HOLLY/CGI-Application-Plugin-Mason-1.01 - 28 Sep 2007 17:36:38 UTC - Search in distribution

App::CLI::Plugin::Net::SMTP - for App::CLI::Extension mail module River stage zero No dependents

App::CLI::Extension Net::SMTP plugin module smtp method setting __PACKAGE__->config( net_smtp => {%net_smtp_option} );...

HOLLY/App-CLI-Plugin-Net-SMTP-1.3 - 19 Sep 2011 01:54:44 UTC - Search in distribution

App::CLI::Plugin::Proc::PID::File - for App::CLI::Extension pidfile plugin module River stage zero No dependents

App::CLI::Extension pidfile plugin module pf method setting __PACKAGE__->config( proc_pid_file => {%proc_pid_file_option} ); Proc::PID::File option is Proc::PID::File please refer to...

HOLLY/App-CLI-Plugin-Proc-PID-File-1.3 - 19 Sep 2011 02:14:02 UTC - Search in distribution

Image::Magick::PixelMosaic - Pixelized mosaic filter for Image::Magick. River stage zero No dependents

This module generates pixelized mosaic on parts of images using Image::Magick....

TURUGINA/Image-Magick-PixelMosaic-0.03 - 04 Jul 2008 05:46:47 UTC - Search in distribution

CGI::Application::Plugin::ProtectCSRF - Plug-in protected from CSRF River stage zero No dependents

CGI::Application::Plugin::ProtectCSRF is C::A::P protected from CSRF. When CSRF is detected, Forbidden is returned and processing is interrupted....

HOLLY/CGI-Application-Plugin-ProtectCSRF-1.01 - 04 Jan 2008 13:35:24 UTC - Search in distribution

MojoMojo::Formatter::Redirect - Handles {{redirect /path}} River stage one • 1 direct dependent • 1 total dependent

Redirect to another page. Useful if your URL changes and you want to make sure bookmarked URLs will still work: "/help/tutrial" could contain: "{{redirect /help/tutorial}}" To edit a page that redirects, surf to $page_URL . '.edit' See also http://mo...

MRAMBERG/MojoMojo-1.12 - 13 May 2017 13:47:52 UTC - Search in distribution

App::CLI::Plugin::Daemonize - for App::CLI::Plugin::Extension daemonize plugin module River stage zero No dependents

App::CLI::Plugin::Daemonize - daemonize plugin module daemonize method setting # enable daemonize __PACKAGE__->config( daemonize => 1 ); or if --daemonize option is defined. it applies. # in MyApp/**.pm sub options { return ( "daemonize" => "daemoniz...

HOLLY/App-CLI-Plugin-Daemonize-1.0 - 11 Aug 2010 15:17:48 UTC - Search in distribution
26 results (0.029 seconds)