Changeset 13085
- Timestamp:
- Apr 30, 2007, 3:30:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r12863 r13085 26 26 $PS_EXIT_DATA_ERROR 27 27 $PS_EXIT_TIMEOUT_ERROR 28 _mdLookupStr28 metadataLookupStr 29 29 ); 30 30 my $ipprc = PS::IPP::Config->new(); # IPP configuration … … 107 107 my $parser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 108 108 my $recipe = $parser->parse( join '', @$stdout_buf); 109 my $tess_id = _mdLookupStr($recipe, 'DVO.TESSALATION');109 my $tess_id = metadataLookupStr($recipe, 'DVO.TESSALATION'); 110 110 print STDERR "tessalation: $tess_id\n"; 111 111
Note:
See TracChangeset
for help on using the changeset viewer.
