This document describes differences between the 5.12.0 release and the 5.14.0 release.
This document describes differences between the 5.12.0 release and the 5.14.0 release.
Plack is one of the most important projects in the Perl world in the last two years. It's a good idea borrowed from Python's WSGI and Ruby's Rack but made Perlish; it's a simple formalizing of a pattern of web application development, where the entry point into the application is a function reference and the exit point is a tuple of header information and a response body. That's it. That's as simp
A word from our authors… “Aliens!” The Dread Pirate Jack Spartan spit the word carelessly across the beach. He sat just shy of the water’s edge and watched the ship—his ship!—soar ever smaller to the lee of the sun, where a shadowy hulk menaced the otherwise blue sky. There would be no third hijacking, he resolved. The tropical sun bore down. Jack found shade under a palm tree and resumed his read
本連載では第一線のPerlハッカーが回替わりで執筆していきます。今回はゆーすけべーこと和田裕介さんで、テーマはWeb APIです。 はじめに 本連載「Perl Hackers Hub」では、ハッカー向けの話題以外にも、ハッカーによる初歩的なテーマも扱っていきたいと思います。今回のテーマはWeb APIで、Twitterを題材に解説していきます。Web APIはPerlでアプリケーションを作るうえで知っておきたい知識の一つですので、基本と共に実践的なモジュールの使い方まで解説します。また、特にPerlに限らない内容も登場しますので、Perlを触ったことのない方でもWeb APIを触るコツをわかってもらえれば幸いです。 巨人の肩の上に立つ 「巨人の肩の上に立つ」。この言葉は、かのアイザック・ニュートンが手紙の中に書いた一文と言われていて、最近ではGoogleの論文検索のページにも引用されて
NAME Object::Simple::Guide::Ja - Object::Simpleの日本語ガイド GUIDE オブジェクト指向プログラミングを行いクラスを作成するとき のひとつのよい習慣は、メソッドのみによってオブジェクトにアクセス することです。オブジェクトにはデータを格納していますが、 この値は属性と呼ばれます。 属性を取得したり、設定したりする場合にも そのためのメソッドを定義するのがよいでしょう。 このようなメソッドはアクセッサメソッドと呼ばれます。 このガイドではアクセッサと呼ぶことにします。 アクセッサの定義は通常は次のようになります。 package Point; sub x { my $self = shift; if (@_) { $self->{x} = $_[0]; } return $self->{x}; } アクセッサは単純で単に属性を設定し、取得
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く