Help for this page

Select Code to Download


  1. or download this
    package my::model::subclass;
    
    ...
                  );
    
    # the rest of the package...
    
  2. or download this
    package my::model;
    
    ...
            # the rest of the code
        }
    }
    
  3. or download this
    my $obj = my::model::subclass->new();
    $obj->use_subclass_package_var('top_level_key');