in reply to Re^2: Need help RTFM: Setting fontsize with PDF::Labels module
in thread Need help RTFM: Setting fontsize with PDF::Labels module

Well, maybe using $pdf instead of $self would help here.
$pdf = new PDF::Labels( $PDF::Labels::PageFormats[0], filename=>'labels.pdf', Author=>'PDF Labelmaker', Title=>'My Labels' ); $pdf->{'FontSize'} = 8; # or whatever you need # rest of your code