use strict; use RTF::HTML::Converter; my $object = RTF::HTML::Converter->new( output => \*STDOUT); $object->parse_stream( \*RTF_FILE );