- or download this
#!/usr/bin/perl
...
else {
print "No match for '$head'\n";
}
- or download this
my $map = XMLin($file, forcearray => ['header', 'act'], keyattr => {})
+;
...
}
}
}
- or download this
unless ($config = $xs1->XMLin($file, forcearray => 1)) {
print "Could NOT read $file IN:$!\n";
exit();
}