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/countattr.pl - count the attributes used in a template

SYNOPSIS

  bin/countattr.pl [-adh] [-s sourcedir] [file1 file2 ... fileN]
 

DESCRIPTION

This Perl program runs through a set of IAFA (or IAFA style) templates and generates a report of which fields have been used and how many times.

OPTIONS

-a

Iterate over all of the templates in the source directory

-d

Generate debugging information.

-h

Generate output in HTML format.

-s sourcedir

Change the source directory from the default.

OUTPUT

Mail to server maintainers.

SEE ALSO

"countattr.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

Jon Knight <jon@net.lut.ac.uk> Martin Hamilton <martinh@gnu.org>