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/info.pl - display information about the ROADS server installation

SYNOPSIS

  bin/info.pl

DESCRIPTION

This Perl program scans the ROADS installation for the following information:

  1. Settings made during the software installation/configuration.

  2. Operating system and hardware architecture information for the computer the ROADS software is running on.

It is intended for invocation from a World-Wide Web CGI program, a cron job, or an at job. Another of the ROADS tools provides an automated server registration feature using this information, and of course the ROADS server maintainer is free to configure their server so as to allow access to as they see fit.

OPTIONS

None.

OUTPUT

The contents of ROADS.pm from the ROADS library directory, and the result of doing a uname -a.

SEE ALSO

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