converting ms word -> anything

[email protected] (allan) Wed, 20 Mar 2002 22:00:27 +0800
Newsgroups perl.macperl.anyperl
Message-ID <[email protected]>
hi

this might sound naive but does someone know if it's at all
possible to actually read a microsoft word file and convert
it to some reasonable text format?

i imagine a simple word file only with some very basic
formatting for fonts, that i want to convert into this kind
of format:

<headline>Header</headline>
<p>Normal paragraph</p>
<bold>Bolded text</bold>

etc.

i did a little search at cpan but didn't really find anything.

thanks
../allan