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

NAME

HO::accessor

SYNOPSIS

    package HO::World::Consumer;
    use base 'HO::World::Owner';

    use HO::accessor [ industry => '@', profit => '$' ];

DESCRIPTION

import
accessors_for_class
method
ro
rw

SEE ALSO

Class::ArrayObjects by Robin Berjon (RBERJON)

Class::BuildMethods by Ovid -- add inside out data stores to a class.

AUTHOR

Sebastian Knapp, <news@young-workers.de>

COPYRIGHT AND LICENSE

Copyright (C) 2007-2017 by Sebastian Knapp

You may distribute this code under the same terms as Perl itself.