Help for this page

Select Code to Download


  1. or download this
    package B;
    
    sub new {
    ...
        # you may not want this and I haven't tested it anyway
        return unless caller eq 'B';
    }
    
  2. or download this
    package B;
    
    my @models;    # factory model, get it?
    ...
    sub new {
        # etc
    }