Help for this page

Select Code to Download


  1. or download this
    package Acme;
    use parent 'Clone';
    …
    
  2. or download this
     
    my $object = Acme->new;
    my $copy = $object->clone;