名前¶ Class::Accessor::Fast - より速い、しかしより拡張性の無い、アクセサ 概要¶ package Foo; use base qw(Class::Accessor::Fast); # set()かget()が無いことを除いてあとはClass::Accessorと同じ 説明¶ This is a somewhat faster, but less expandable, version of Class::Accessor. Class::Accessor's generated accessors require two method calls to accompish their task (one for the accessor, another for get() or set()). Class::Accessor::Fast eliminates c