Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Dots and cargo-cult programming

by bikeNomad (Priest)
on Jul 14, 2001 at 21:12 UTC ( [id://96752]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Set WordObj = CreateObject("Word.Basic")
    WordObj.FileNew
    WordObj.EditClear
    
  2. or download this
    use OLE;
    my $wordObj = OLE->CreateObject("Word.Basic");
    $wordObj->FileNew;
    $wordObj->EditClear;
    
  3. or download this
    | wordObj |
    wordObj := OLE createObject: 'Word.Basic'.
    wordObj fileNew; editClear.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-18 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found