Changeset 8715 for trunk/ippScripts/scripts/phase0imfile.pl
- Timestamp:
- Aug 30, 2006, 3:43:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0imfile.pl
r8710 r8715 67 67 # Parse the output 68 68 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files 69 my $metadata = $mdcParser->parse(join "", @$stdout_buf); 69 my $metadata = $mdcParser->parse(join "", @$stdout_buf) 70 or die "unable to parse metadata config doc"; 70 71 my @constants = keys %{CONSTANTS()}; # List of constants to parse out 71 72 my @variables = keys %{VARIABLES()}; # List of variables to parse out
Note:
See TracChangeset
for help on using the changeset viewer.
