The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
題名 Jifty::Manual::Tutorial_ja - あっという間にゼロからJifty 説明 このチュートリアルを読めば、Jiftyではじめてのアプリケーションを構築するにあたって知っておくべきことはすべてわかるはずです。 使い方 必要なもの ここでは――少なくともこのチュートリアルの執筆時点で――インストールしておくべきものを紹介します。 Jiftyのインストール そんなに構えなくても大丈夫。私たちはDRY (Don't Repeat Yourself) の原則をとても大事に思っていますし、だからこそPerlやCPANを愛しているのですから。JiftyはCPANのすばらしいコードをたくさん利用しています。直接依存しているCPANパッケージは全部あわせて100にもなりましたが、そのほとんどはクロス・プラットフォームなピュアPerlパッケージですから、Perlを利用できるプラットフ
Lee Semel Peter Walsham Olaf Alders (current maintainer) Alexandr Ciornii Andrew Moise Aran Deltac ben hengst cho45 Daniel Stadie David Ihnen dependabot[bot] Douglas Christopher Wilson Graham Barr gregor herrmann Gregory Oschwald Hao Wu Ilya Rassadin James Raspass James Waters joatis Jon Jensen Konstantin A. Pustovalov ktat lsaunders Mahdi Zarei Marco Fontani Marius Feraru Maros Kollar Mohammad S
Andy Lester <andy at petdance.com> Alastair Douglas Alexandr Ciornii Andreas Huber Andrew Grangaard Andy Lester Bernhard Wagner bscan Chase Whitener dakkar Dave Doyle David Precious David Steinbrunner dependabot[bot] Desmond Daignault Ed Avis Evan Zacks Ferenc Erki Flavio Poletti Florian Schlichting Gabor Szabo Gareth Tunley Gil Magno Graham Knop gregor herrmann Grigor Karavardanyan James Raspass
NAME Class::Std - Support for creating standard "inside-out" classes VERSION This document describes Class::Std version 0.013 SYNOPSIS package MyClass; use Class::Std; # Create storage for object attributes... my %name : ATTR; my %rank : ATTR; my %snum : ATTR; my %public_data : ATTR; # Handle initialization of objects of this class... sub BUILD { my ($self, $obj_ID, $arg_ref) = @_; $name{$obj_ID}
NAME Class::InsideOut::Manual::About - guide to this and other implementations of the inside-out technique VERSION version 1.14 DESCRIPTION This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study. Inside-out object basics Inside-out objects use the blessed reference as an ind
NAME FormValidator::Simple::Plugin::Japanese - Japanese specific validation. SYNOPSIS use FormValidator::Simple qw/Japanese/; my $result = FormValidator::Simple->check( $req => [ zip => [ 'NOT_BLANK', 'ZIP_JP' ], name => [ 'NOT_BLANK', [ 'JLENGTH', 5 10 ] ], kana_name => [ 'NOT_BLANK', 'KATAKANA', [ 'JLENGTH', 5, 10 ] ], email => [ [ 'EMAIL_MOBILE_JP', 'IMODE' ] ], ] ); DESCRIPTION This modules ad
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く