Help for this page

Select Code to Download


  1. or download this
    # Untested code, not for production use
    # see "hard-to-debug trouble"
    ...
      bless $self, $package;
      $self;
    };
    
  2. or download this
    
    package Master::Object;
    ...
    # set a new master object:
    my $new_master = Master::Object->create_a_new_object();
    $main->($new_master);