Help for this page
my $current_page = $pdf->openpage($page_num); $current_page->gfx->textlabel( ... "Some text to write", ); $current_page->update();