Help for this page

Select Code to Download


  1. or download this
    $obj=Win32::OLE->GetObject("IIS://localhost/W3SVC/1");
    &OLEErrChk("Binding to W3SVC1",1)
    
  2. or download this
    sub OLEErrChk {
      my $operation=shift;
    ...
      }
      else {print "$operation was Successful.\n"}
    }