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