Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
package DinnerBuilder; use strict; use warnings; use utf8; use Mouse; has food => ( is => 'ro', isa => 'Str', required => 1, ); has drink => ( is => 'ro', isa => 'Str', required => 1, ); has dessert => ( is => 'ro', isa => 'Str', required => 1, ); has price => ( is => 'rw', isa => 'Int', default => 0, ); sub create { my ($class, $food) = @_; return $class->new( food => $food, drink => 'none', dess
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く