in reply to DBIx::Class Pagination troubles

i see you doing a push @end_posts, ... but don't see where @end_posts is declared/reset. is it possible it already contains some values before it gets to this for ... push loop?

Replies are listed 'Best First'.
Re^2: DBIx::Class Pagination troubles
by stonecolddevin (Parson) on Sep 25, 2006 at 17:03 UTC
    @end_posts is declared earlier on in the config section of the script...it's only declared then, and not initialized until the main sub.
    meh.