The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

helios_job_submit.pl - Submit a job to the Helios job processing system from the cmd line

SYNOPSIS

helios_job_submit.pl [--no-validate] jobclass [jobargs]

helios_job_submit.pl IndexService "<job>params><id>699</id></params></job>"

helios_job_submit.pl --help

DESCRIPTION

Use helios_job_submit.pl to submit a job to the Helios job processing system from the cmd line. The first parameter is the service class, and the second is the parameter XML that will be passed to the worker class for the job. If the second parameter isn't given, the program will accept input from STDIN.

SUBROUTINES

validateParamsXML($xml)

Given a wodge of parameter XML (wrapped by <job><params></params></job> tags), validateParamsXML returns a true value if the XML is valid, and a false value if it isn't.

SEE ALSO

Helios, helios.pl, Helios::Service, Helios::Job

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE

Copyright (C) 2008-9 by CEB Toolbox, Inc.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.