The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Book-Chinese-MasterPerlToday moosex::classattribute"

Book::Chinese::MasterPerlToday::Moose - Moose, OO River stage zero No dependents

Perl 的面对对象系统很强大(Moose 是由 Perl 编写),但并不是很好使用。建议使用 Moose。 学习 Moose 最好的方法是阅读 Moose::Manual。 对象系统 如果没有 Moose,Perl5 的 OO 应该是比较繁琐的。 package Person; use strict; use warnings; sub new { my $class = shift; my %p = ref $_[0] ? %{ $_[0] } : @_; return bless \%p,...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC
1 result (0.047 seconds)