Re: [htmltmpl] HTML::Pager persist_var
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-06-09 18:12:32
|
On Wed, 9 Jun 2004, Greg Jetter wrote: > get_data_callback returned something that isn't an array ref! You must return > from get_data_callback in the format [ [ $col1, $col2], [ $col1, $col2] ] or > [ { NAME => value ... }, { NAME => value ...} ]. at > /usr/lib/perl5/site_perl/5.8.0/HTML/Pager.pm line 421. > > any thoughts as to why ? My guess would be that get_data_callback returned something that isn't an array ref. ;) > could it have to do with the last set of data not containing full > set of rows ? If that triggers a bug in your code, sure! > I can post code if it would make things clearer .. Please do. But keep it short! -sam |