Help for this page

Select Code to Download


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