Help for this page
<?xml version="1.0"?> <opt> ... <Header>X-CALL</Header> <State>CRITICAL</State> </opt>
if (opendir (DIR, $path)) { while( my $dir = readdir( DIR ) ) { ... else { die "Cannot find path $path: $!\n"; }