On Fri, 2012-04-27 at 14:22 -0500, Kenneth S Mclane wrote: > ok, I used bits from all over and have this sub now: [...] > my $page = 1; [...] > when clicking any link the data doesn't change. > That seems reasonable. You need to change the value of $page if you want to move to the next page of data - pass it in as a parameter. Cheers, Denny