Help for this page
package AReport; use common::sense; ... use Class::Tiny qw(api x y pageW pageH bodyW bodyH); <etc...>
use AReport; my $pdf = AReport->new( file => 'junk.pdf', pageW => 8.5/in );