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

trget - retrieves a given test run's data files.

SYNOPSIS

trget ID [ ID [ ... ] ]

DESCRIPTION

trget will retrieve the data files for a given test request's test run and store them into a subdir in the current directory named as the test run's ID number. Skips arguments that are not numeric, issuing a warning.

This script is essentially just a wrapper around wget that pulls the data from a URL.

OPTIONS

None

PREREQUISITES

wget

SEE ALSO

WebService::TestSystem

AUTHOR

Bryce Harrington <bryce@osdl.org>

COPYRIGHT

Copyright (C) 2004 Bryce Harrington All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION

Revision: $Revision: 1.2 $