Changeset 18247 for trunk/pstamp/scripts/pstamp_webrequest.pl
- Timestamp:
- Jun 20, 2008, 3:08:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r18233 r18247 68 68 # if -list is used, it must be the first argument 69 69 my $listMode; 70 if ($ARGV[0] eq "-list " ) {70 if ($ARGV[0] eq "-list_uri" ) { 71 71 $listMode=1; 72 72 } else { … … 92 92 ### In list mode just parse the file print the output and we're done 93 93 ### 94 my $command = "$pstampparse $request_file"; 94 ### XXX TODO: I shouldn't need this -mode list_uri since it's in the request file 95 my $command = "$pstampparse -mode list_uri $request_file"; 95 96 $command .= " -dbname $dbname" if $dbname; 96 97 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
