How to add modul directory to @INC

2003-07-28 Thread mygrps
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

How to display multiple web pages depending on

2003-07-28 Thread mygrps
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