Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Reading Office Documents

by Tux (Canon)
on Jan 18, 2008 at 14:03 UTC ( [id://663061]=note: print w/replies, xml ) Need Help??


in reply to Reading Office Documents

If you just need the content, without preserving style and layout, you can use something like:

open my $f_txt, "-|", "antiword $document" or die "..."; while (<$f_txt>) { # read line by line } close $f_txt;

Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found