debian man page for class::accessor::chained::fast

Query: class::accessor::chained::fast

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Class::Accessor::Chained::Fast(3pm)			User Contributed Perl Documentation		       Class::Accessor::Chained::Fast(3pm)

NAME
Class::Accessor::Chained::Fast - Faster, but less expandable, chained accessors
SYNOPSIS
package Foo; use base qw(Class::Accessor::Chained::Fast); # The rest as Class::Accessor::Chained except no set() or get().
DESCRIPTION
By analogue to Class::Accessor and Class::Accessor::Fast this module provides a faster less-flexible chained accessor maker.
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright (C) 2003 Richard Clamp. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Class::Accessor::Fast, Class::Accessor::Chained perl v5.8.8 2003-11-24 Class::Accessor::Chained::Fast(3pm)
Related Man Pages
class::accessor::fast(3pm) - linux
class::accessor::fast(3) - suse
class::accessor::children(3pm) - debian
class::accessor::class(3pm) - debian
moosex::emulate::class::accessor::fast(3pm) - debian
Similar Topics in the Unix Linux Community
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph