Help for this page

Select Code to Download


  1. or download this
        around 'new' => sub {
            my $orig=shift;
    ...
            my $shared_self : shared = shared_clone($self);
            return $shared_self;
        };
    
  2. or download this
        my $obj :shared =new TheObject();
    
  3. or download this
     
        my $shared_self : shared = shared_clone($self);