Help for this page

Select Code to Download


  1. or download this
    printf(" <Unc>\n  <ProcessArea name=\"%s\">\n", $box);
    printf("  </ProcessArea>\n </$area>\n");
    printf while <COXML>  ;
    
  2. or download this
    my $cvents = "c_vents.xml";
    if (-f $cvents)
    ...
         open(COXML, $cvents ) || die("Cannot Open $cvents");
         printf while <COXML>  ;
    }