Help for this page

Select Code to Download


  1. or download this
    my $two = ref($one)->new('b');
  2. or download this
    my $two = $one->new();
  3. or download this
    my $two = $one->clone();
  4. or download this
    my $two = Purified::Confusion->new($one);