Help for this page

Select Code to Download


  1. or download this
    G o o d b y e   c r u e l   w o r l d
    
  2. or download this
    use Win32::OLE;
    $obj = Win32::OLE->new("Logger") or die;
    $obj->Output("Goodbye cruel world");
    
  3. or download this
    Dim obj
    Set obj = CreateObject("Logger")
    obj.Output("Goodbye cruel world")