Help for this page

Select Code to Download


  1. or download this
    use MyPackage;
    my $newest_instance;
    after BUILD => sub {
      $newest_instance = shift;
    };
    
  2. or download this
    if ($newest_instance) {
      $newest_instance->status("killed");
      $newest_instance->end;
    }