Hi, Has anyone experienced this before? I am using PDF::ReportWriter and have defined my field as such:
my $fields = [ { name => "Firm Name", percent => 25, font_size => 12, align => "left", }, and so on. The headers are displayed on the *second* page, but not on the first. my data section looks like this: my $data = { max_font_size => 12, cell_borders => 1, fields => $fields, data_array => $records }; Any help will be appreciated. Thanks, Radhika -- It's all a matter of perspective. You can choose your view by choosing where to stand. Larry Wall --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>