Help for this page

Select Code to Download


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