Changeset 16899 for trunk/pstamp/scripts/pstamp_webrequest.pl
- Timestamp:
- Mar 8, 2008, 1:56:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r16764 r16899 47 47 my $pstamptool = can_run('pstamptool') or (warn "Can't find pstamptool" and $missing_tools = 1); 48 48 my $pstampparse = can_run('pstampparse') or (warn "Can't find pstampparse" and $missing_tools = 1); 49 my $pstampparser_run = can_run('pstamp parser_run.pl') or (warn "Can't find pstampparser_run.pl" and $missing_tools = 1);49 my $pstampparser_run = can_run('pstamp_parser_run.pl') or (warn "Can't find pstamp_parser_run.pl" and $missing_tools = 1); 50 50 51 51 if ($missing_tools) {
Note:
See TracChangeset
for help on using the changeset viewer.
