Testing Post-Processing Scripts
It is recommended that you use a test script first to see the command-line arguments that are being passed in and to compare them to the expected values. The following code sample shows a simple perl script which will emit the argument values into the report log file, which can be retrieved from the Report Inbox page.
`print "Post-processor command line arguments:\n";
foreach \$arg (@ARGV) {`
` print "\t\$arg\n";`
`}`
When you understand the command-line parameters, you can adjust your existing post-processing scripts or programs to interpret the report data.
See Also