Help for this page

Select Code to Download


  1. or download this
    my $appname = "NAMESPACE.object.objectProxy.1";
    my $app;
    
    # Connect to the running instance
    $app = Win32::OLE->GetActiveObject($appname);
    
  2. or download this
    # Create a new instance
    my $app = Win32::OLE->new($appname);