The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
NAME Catalyst::Model::Jifty::DBI - Jifty::DBI Model Class with some magic on top SYNOPSIS In your model class: package MyApp::Model: use strict; use base qw( Catalyst::Model::Jifty::DBI ); __PACKAGE__->config({ schema_base => 'MyApp::Schema', connect_info => { driver => 'SQLite', database => 'myapp.db', }, }); 1; Or you may want to have multiple databases (for partitioning): package MyApp::Model:
mst: Matt S Trout (project founder - original idea, architecture and implementation) castaway: Jess Robinson (lions share of the reference documentation and manuals) abraxxa: Alexander Hartmaier acca: Alexander Kuznetsov acme: Leon Brocard aherzog: Adam Herzog Alexander Keusch alexrj: Alessandro Ranellucci alnewkirk: Al Newkirk Altreus: Alastair McGowan-Douglas amiri: Amiri Barksdale amoore: Andre
NAME WWW::Module - use modules from CPAN without installing SYNOPSIS # obvious, really use WWW::Module qw(Some::Module); use Some::Module; # multiple modules use WWW::Module qw(Foo::Bar Baz); use Foo::Bar; use Baz; NOTES If you haven't used the CPAN module before, this module will create a .cpan/CPAN/MyConfig.pm file with some defaults. You probably wouldn't want to use these defaults if you regul
NAME Catalyst::Plugin::Captcha - create and validate Captcha for Catalyst SYNOPSIS use Catalyst qw/Captcha/; MyApp->config->{ 'Plugin::Captcha' } = { session_name => 'captcha_string', new => { width => 80, height => 30, lines => 7, gd_font => 'giant', }, create => [qw/normal rect/], particle => [100], out => {force => 'jpeg'} }; sub captcha : Local { my ($self, $c) = @_; $c->create_captcha(); } su
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く