![]() |
|
more useful options | |
PerlMonks |
Re^5: Need help with paginationby marto (Cardinal) |
on Dec 31, 2022 at 11:23 UTC ( #11149214=note: print w/replies, xml ) | Need Help?? |
You have to be very careful when building html like this, otherwise you'll keep running into the problems you are posting about now. Separating your code from the HTML using a templating module is a great start, using a modern framework (such as Mojolicious::Lite) to do the heavy lifting for you will save you a lot of time once you get used to it.
In Section
Seekers of Perl Wisdom
|
|