http://qs321.pair.com?node_id=1028984


in reply to Your lack of ambition is troubling
in thread How Can I get the Word Document Page Number in Perl Using Linux?

This gives the text but no page numbers.

use strict; use warnings; use Text::Extract::Word; my $file = Text::Extract::Word->new("test1.doc"); my $raw = $file->get_text(':raw'); print $raw;