GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Class::Fields::Inherit(3) User Contributed Perl Documentation Class::Fields::Inherit(3)

Class::Fields::Inherit - Inheritance of %FIELDS

    use Class::Fields::Inherit;
    inherit_fields($derived_class, $base_class);

A simple module to handle inheritance of the %FIELDS hash. base.pm is usually its only customer, though there's nothing stopping you from using it.
inherit_fields
  inherit_fields($derived_class, $base_class);
    

The $derived_class will inherit all of the $base_class's fields. This is a good chunk of what happens when you use base.pm.

Michael G Schwern <schwern@pobox.com> largely from code liberated from fields.pm

base, Class::Fields
2011-02-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.