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

Re^2: Access .net object from PERL

by jimbojones (Friar)
on Apr 26, 2006 at 16:04 UTC ( [id://545818]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    using System;
    using System.Runtime.InteropServices; // visible to COM
    ...
        }
    
    }
    
  2. or download this
    use Win32::OLE;
    
    ...
    $wc->WriteLine( 'this is a test, should have a new line');
    $wc->Write( 'this should not have a new line ');
    $wc->Write( "This should follow immediately, with a new line\n");
    
  3. or download this
    >perl pWrapConsole.pl
    this is a test, should have a new line
    this should not have a new line This should follow immediately, with a
    + new line
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found