Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Calling .NET Assemblies with Win32::OLE

by InfiniteSilence (Curate)
on Sep 20, 2004 at 03:15 UTC ( [id://392275]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e "use Win32::OLE; $hl = new Win32::OLE('HelloDot.HelloWorld') o
    +r die $!; $hl->SayHello();"
    
  2. or download this
    sn -k personality.snk
    
  3. or download this
     using System;
    using System.Reflection;
    ...
       }
      }
    }
    
  4. or download this
    csc /t:library /out:hellodot.dll hello.cs
    
  5. or download this
     gacutil /i hellodot.dll
    
  6. or download this
    regasm hellodot.dll
    
  7. or download this
    perl -e "use Win32::OLE; $hl = new Win32::OLE('HelloDot.HelloWorld') o
    +r die $!; $hl->SayHello();"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perltutorial [id://392275]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found