The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

bin/dup_urls.pl - check for duplicate URLs in a collection of IAFA templates

SYNOPSIS

  bin/dup_urls.pl [-ad] [-s sourcedir] [file1 file2 ... fileN]

DESCRIPTION

This program looks for duplicate URLs in IAFA templates, such as may be found on a ROADS server.

dup_urls.pl produces a report listing any duplicate URLs it comes across, and the handle names of the templates in which they are found.

OPTIONS

dup_urls.pl takes the following arguments:

-a

This argument indicates that all of the templates in the given source directory should be processed.

-d

If this argument is given, debugging information will be dumped to the standard error output stream

-s sourcedir

This argument can be used to override the default template source directory, which is where dup_urls.pl looks for IAFA templates to check.

SEE ALSO

"dup_urls.pl" in admin-cgi

COPYRIGHT

Copyright (c) 1988, Martin Hamilton <martinh@gnu.org> and Jon Knight <jon@net.lut.ac.uk>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

It was developed by the Department of Computer Studies at Loughborough University of Technology, as part of the ROADS project. ROADS is funded under the UK Electronic Libraries Programme (eLib), the European Commission Telematics for Research Programme, and the TERENA development programme.

AUTHOR

Martin Hamilton <martinh@gnu.org>