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 [--jobid] [--no-validate] I<jobclass> [I<jobargs>]

 helios_job_submit.pl MyService "<job>params><myarg1>myvalue1</myarg1></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::Job

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE

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

Portions of this software, where noted, are Copyright (C) 2013 by Logical Helion, LLC.

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.

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 76:

Unknown directive: =old

Around line 106:

Unknown directive: =old

Around line 145:

Unknown directive: =old