Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Module advice: when is it too insignificant to release?

by jplindstrom (Monsignor)
on Nov 23, 2004 at 19:44 UTC ( [id://409972]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Word::Document::Writer;
    use Data::Dumper;
    ...
    
    
    __END__
    
  2. or download this
    my $oDocument = Word::Document::Writer->new();
    $oDocument->WriteText("A level 1 Heading", 1);
    $oDocument->WriteText("Basic Normal paragraph");
    $oDocument->SaveAs("mydocument.doc");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://409972]
Approved by bart
Front-paged by htoug
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-20 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found