Help for this page

Select Code to Download


  1. or download this
    my %count;
    for my $record (@records) {
    ...
        $record->duplicate(1);   # or however you set the duplicate flag
      }
    }