$ perl -Mstrict -Mwarnings -E ' use PDF::API2::Simple; my $pdf = PDF::API2::Simple::->new(); $pdf->pdf->page->rotate(90); '