On Wed, Jan 21, 2004 at 04:02:41PM -0500, Rafael Caceres wrote: > On Wed, 2004-01-21 at 12:50, Cahill, Earl wrote: > > You could also be maybe about the first to try my Data::ResultsHelper > > > > http://search.cpan.org/~earl/Data-ResultsHelper-1.00/ > > > > I downloaded the module, which indicates it requires Perl 5.05, and > using Perl 5.8.0, it balks at the following lines of the > ResultsHelper.pm: > > Package Data::ResultsHelper; > ... > ... > use Is; > use some_subs > > Am I missing something?
Looks like that module uses two modules (Is.pm and some_subs.pm) which aren't on CPAN. I'd recommend that you go with Data::Page or Data::Pageset instead. Dave... -- New .sigs Running in please parse _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
