First page Back Continue Last page Overview Graphics
Data::Report API
- use Data::Report;
my $rep = Data::Report->create({
layout => [ { name => "acct",
title => "Account",
width => 4,
align => '>' },
{ name => "desc",
title => "Description",
width => 20,
align => '<' },
... ]
});
This defines the columns, and the order they appear in the report.