Help for this page

Select Code to Download


  1. or download this
    my $do;         # function
    # Get delete_links input (which links should be deleted?)
    ...
    
    my @metadata = &build_metadata_array;
    my @strmeta = &parse_metadata(@metadata);
    
  2. or download this
    if ($do eq 'delete') {
        foreach my $num ( @del_links ) {
    ...
        print META "$ids\n$summary\n\n";
    }
    close META;