It is my first time writing a module. After executing a script that
requires my module, I got an error "blabla not found in /usr/lib/perl
etc.".
So I moved my module to /usr/lib/perl/ and it work o.k.
Recently I read somewhere that, instead of always moving my modules to
/usr/lib/perl/, I could p
Hello!
I want to write a subroutine to select the contain of MySQL database and
display the result on the browser.
But I'm not sure how to get it create multiple pages if the list exceeds
a given number; say 50, and create a link to the next page: like "Next"
or "1 2 3". I think it should be eas