Changeset 29047
- Timestamp:
- Aug 25, 2010, 9:08:21 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/checkOdmStatus.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/checkOdmStatus.pl
r28954 r29047 32 32 } 33 33 if (!defined $singleBatch) { 34 print "* OPTIONAL: a single batch -b (default = none)\n";34 print "* OPTIONAL: a single batch -b <batchNum> (default = none)\n"; 35 35 } 36 36 if (!defined $fromTime) { 37 37 $fromTime = "2010-01-01"; 38 print "* OPTIONAL: from time -f (default = $fromTime)\n";38 print "* OPTIONAL: from time -f <dateTime> (default = $fromTime)\n"; 39 39 } 40 40 if (!defined $toTime) { 41 41 $toTime = "2099-12-31"; 42 print "* OPTIONAL: to time -t (default = $toTime)\n";42 print "* OPTIONAL: to time -t <dateTime> (default = $toTime)\n"; 43 43 } 44 44 if (!defined $verbose) { … … 110 110 111 111 my $response = $ua->post($odmUrl, 112 [batchNameFilter => $batchFilter,112 [batchNameFilter => "%".$batchFilter, 113 113 statusFilter => $statusFilter, 114 114 fromFilter => "2010-01-01",
Note:
See TracChangeset
for help on using the changeset viewer.
