- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/perl/checkOdmStatus.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/ippToPsps/perl/checkOdmStatus.pl
r28954 r29060 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.
