Help for this page

Select Code to Download


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