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

Search results for "LUSHE"

Egg - MVC Framework. River stage two • 17 direct dependents • 17 total dependents

Egg is WEB application framework with the control facilit of Model/View/Controller. The specification changed with v2.x system and a former version. Therefore, interchangeability is not secured....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

Egg::Mod::EasyDBI - DBI is easily made available. River stage one • 2 direct dependents • 2 total dependents

The processing of DBI by which the code tends to become complex is made available by an easy code. The use of SQL::Abstract is enabled by the thing set to 'sql_abstract' by the start option. use Egg::Mod::EasyDBI { sql_abstract => { logic => 'and', ....

LUSHE/Egg-Release-DBI-0.06 - 25 Jul 2008 01:29:08 UTC - Search in distribution

Authen::Quiz - The person's input is confirmed by setting the quiz. River stage zero No dependents

This module sets the quiz to the input of the form, and confirms whether it is artificially done. Recently, to take the place of it because there seemed to be a thing that the capture attestation is broken by improving the image analysis technology, ...

LUSHE/Authen-Quiz-0.05 - 18 Aug 2008 18:39:33 UTC - Search in distribution

Egg::Model::Auth - Model by whom attestation function is offered. River stage zero No dependents

It is a model to use the attestation function. To use it, the module is generated under the control of the project with the helper. see Egg::Helper::Model::Auth. % cd /path/to/MyApp/bin % ./egg_helper M::Auth [MODULE_NAME] MyApp/Model/Auth/MODULE_NAM...

LUSHE/Egg-Release-Authorize-0.06 - 14 Jun 2008 19:04:59 UTC - Search in distribution

Egg::View::Mail - View to transmit mail. River stage zero No dependents

It is a view to transmit mail. To use it, the module is generated under the control of the project with the helper. see Egg::Helper::View::Mail. % cd /path/to/MyApp/bin % ./egg_helper V::Mail [MODULE_NAME] 'MyApp/View/Mail/MODULE_NAME.pm' is generate...

LUSHE/Egg-Release-Mail-0.06 - 19 Apr 2008 17:06:21 UTC - Search in distribution

Egg::Model::Session - Model to use session. River stage one • 1 direct dependent • 1 total dependent

It is a model to use the session. To use it, the module is generated under the control of the project with the helper. see Egg::Helper::Model::Session. % cd /path/to/MyApp/bin % ./egg_helper M::Session [MODULE_NAME] It is this and MyApp? in the lib d...

LUSHE/Egg-Plugin-SessionKit-3.05 - 17 Apr 2008 12:35:48 UTC - Search in distribution

Egg::Plugin::DBIC - Plugin for Egg::Model::DBIC. River stage one • 2 direct dependents • 2 total dependents

It is a plugin that conveniently makes Egg::Model::DBIC available only a little. The controller is made the setup of Egg::Model::DBIC to use it, and for this plugin to be read. use Egg qw/ ............. DBIC /; This plugin adds a concerned some metho...

LUSHE/Egg-Release-DBIC-0.05 - 14 Jul 2008 13:32:26 UTC - Search in distribution

Egg::View::FeedPP - XML::FeedPP for Egg::View. River stage zero No dependents

It is a module to use XML::FeedPP with VIEW. I think that you should operate the XML::FeedPP object directly from the feed method though some methods of XML::FeedPP do bind. It has the function to cache feeding that XML::FeedPP generated. * Egg::Plug...

LUSHE/Egg-Release-XML-FeedPP-0.02 - 03 Nov 2007 14:43:05 UTC - Search in distribution

Egg::View::TT - View for TemplateToolKit. River stage zero No dependents

It is a view for TemplateToolKit. <http://www.template-toolkit.org/> Please add TT to the setting of VIEW to make it use. VIEW=> [ [ 'TT' => { ... TemplateToolKit option. (HASH) } ], The object that can be used is as follows from the template. e ... ...

LUSHE/Egg-View-TT-3.01 - 17 Apr 2008 13:22:54 UTC - Search in distribution

Egg::View::JSON - JSON for Egg::View. River stage zero No dependents

It is VIEW to output JSON. JSON is output by the 'objToJson' function of "JSON " module. see JSON. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: L<> starts or ends with whitespace...

LUSHE/Egg-Release-JSON-0.02 - 03 Nov 2007 14:40:14 UTC - Search in distribution

Egg::Plugin::Cache::UA - The result of the WEB request is cached. River stage zero No dependents

This module caches and recycles the request result of Egg::Plugin::LWP. Especially, I think that it is effective in the contents match system advertisement etc. of the type that returns the JAVA script. It becomes difficult to receive the influence o...

LUSHE/Egg-Plugin-Cache-UA-1.01 - 17 Apr 2008 12:04:30 UTC - Search in distribution

Egg::Plugin::LWP - LWP for Egg Plugin. River stage one • 2 direct dependents • 2 total dependents

It is a plugin to use LWP::UserAgent. Please define HASH in 'plugin_lwp' about the setting. All these set values are passed to LWP::UserAgent. * Please refer to the document of LWP::UserAgent for the option....

LUSHE/Egg-Plugin-LWP-3.01 - 17 Apr 2008 12:23:14 UTC - Search in distribution

Net::SPAMerLookup - Perl module to judge SPAMer. River stage zero No dependents

SPAMer is judged by using RBL. Please set HTTP_PROXY of the environment variable if you use Proxy. see Net::Domain::TldMozilla....

LUSHE/Net-SPAMerLookup-0.10 - 26 Jan 2009 02:22:22 UTC - Search in distribution

Egg::Model::Cache - Model for cashe. River stage one • 1 direct dependent • 1 total dependent

It is a model to use cashe. To use it, the CACHE controller is generated under the control of the project with the helper. see Egg::Helper::Model::Cache. % cd /path/to/MyApp/bin % ./egg_helper M::Cache [MODULE_NAME] The CACHE controller is set up whe...

LUSHE/Egg-Model-Cache-3.01 - 17 Apr 2008 11:52:52 UTC - Search in distribution

Egg::Model::FsaveDate - Model to preserve arbitrary text data according to date. River stage one • 1 direct dependent • 1 total dependent

The data that wants to be preserved in the file is preserved separately for the directory of every the date. To use it, 'FsaveDate' is added to the MODEL setting of the configuration of the project. % vi /path/to/MyApp/lib/MyApp/config.pm .......... ...

LUSHE/Egg-Model-FsaveDate-0.02 - 17 Apr 2008 11:56:17 UTC - Search in distribution

HTML::Template::Associate::FormField - - CGI Form for using by HTML::Template is generated. - HTML::Template::Associate FormField plugin. River stage zero No dependents

This is Form Field object using bridge associate option of HTML::Template. Fill in the Form Field which made from object follow the template. If the Form Field data which was input at the previous screen exist, it is easy to make code, because proces...

LUSHE/HTML-Template-Associate-FormField-0.12 - 05 Nov 2007 12:15:20 UTC - Search in distribution

Egg::Plugin::Net::Scan - Network host's port is checked. River stage one • 1 direct dependent • 1 total dependent

It is a plugin to check the operational condition of arbitrary host's port. * Because 'alarm' command is used, it operates in the platform that doesn't correspond. A fatal error occurs when it is made to do....

LUSHE/Egg-Plugin-Net-Scan-3.02 - 20 Aug 2008 00:18:46 UTC - Search in distribution

Egg::Plugin::Crypt::CBC - Crypt::CBC for Egg Plugin. River stage zero No dependents

It is a plugin to use the code and decoding by Crypt::CBC....

LUSHE/Egg-Plugin-Crypt-CBC-3.01 - 17 Apr 2008 12:19:31 UTC - Search in distribution

Egg::Plugin::Log::Syslog - Plugin for Sys::Syslog. River stage zero No dependents

It is a plugin to use Log::Syslog module....

LUSHE/Egg-Plugin-Log-Syslog-0.01 - 07 Nov 2007 00:54:36 UTC - Search in distribution

Egg::Plugin::Net::Ping - Net::Ping for Egg plugin. River stage zero No dependents

It is a plug-in to investigate while arbitrary PC is operating by Net::Ping....

LUSHE/Egg-Plugin-Net-Ping-3.01 - 17 Apr 2008 12:28:02 UTC - Search in distribution
21 results (0.089 seconds)