Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Accessing complied perl on a web server

by Nitrox (Chaplain)
on Dec 17, 2002 at 04:41 UTC ( [id://220448]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Dim Obj as Object
    Set Obj = CreateObject("ProgID_of_your_Perl_DLL.app")
    Obj.CoolRoutine
    
  2. or download this
    use Win32::OLE;
    
    my $obj = Win32::OLE->CreateObject('ProgID_of_your_Perl_DLL.app');
    
    $obj->CoolRoutine();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found