10 if (my ($key, $value) = m/^([^ ].*): (.*)/) {
11 $parsed{$key} = $value;
17 $parsed{$lastkey} .= $_;
19 die "Cannot parse $!";
23 if (not exists $parsed{Description}) {
24 $parsed{Description} = $parsed{Name}
27 ($parsed{Path}, $parsed{Args}) = split(/\s/,$parsed{Exec});