http://qs321.pair.com?node_id=703877

John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:

Can someone help me figure out what the Synopses S12 means concerning "Class" attributes?

our $.attrib; our $!attrib;
Are the access methods generated on the Class object or on this object? If the former, what does "inherited" mean? And on the second example above, what does it mean that the attribute is inherited, if there are no accessors?

—John