http://www.perlmonks.org?node_id=1028980


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

Here is something that gives you the page numbers for a small document, say 5 pages:

perl -e 'print "$_\n" for (1..5)'