Changeset 8715 for trunk/ippScripts/scripts/mdc2list.pl
- Timestamp:
- Aug 30, 2006, 3:43:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/mdc2list.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/mdc2list.pl
r8115 r8715 34 34 my @input = <$inFile>; # Contents of the metadata config file 35 35 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 36 my $md = $mdcParser->parse(join "", @input); # The parsed metadata 36 my $md = $mdcParser->parse(join "", @input) 37 or die "unable to parse metadata config doc"; 37 38 my $hashes = mds2hashes($md); # An array of hashes 38 39 foreach my $pending (@$hashes) {
Note:
See TracChangeset
for help on using the changeset viewer.
