Query: class::accessor::lvalue::fast
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Class::Accessor::Lvalue::Fast(3pm) User Contributed Perl Documentation Class::Accessor::Lvalue::Fast(3pm)NAMEClass::Accessor::Lvalue::Fast - create simplified Lvalue accessorsSYNOPSISpackage Foo; use base qw( Class::Accessor::Lvalue::Fast ); __PACKAGE__->mk_accessors(qw( bar )) my $foo = Foo->new; $foo->bar = 42; print $foo->bar; # prints 42DESCRIPTIONThis module subclassess Class::Accessor::Fast in order to provide lvalue accessors.AUTHORRichard Clamp <richardc@unixbeard.net>COPYRIGHTCopyright (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 ALSOClass::Accessor::Fast, Want perl v5.8.8 2008-02-01 Class::Accessor::Lvalue::Fast(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |