Help for this page

Select Code to Download


  1. or download this
    BEGIN { # need this to happen at compile time
      if ( $^O =~ /whatever/ ) {
    ...
        eval { Win32::OLE->import(); };
      }
    }