RE: please help newbie

2001-12-18 Thread john
all of the information you people have given to me is great and useful, however, I still have no comprehension as to how to make the conditional "html" setup for the pages. my attempt is as thus: #getdata.pl globals: $PageLimit = "0"; $PageNumber = "1"; open db: $DSN = "DBI:my

RE: please help newbie

2001-12-17 Thread Roger Baklund
* John Kurkiewicz Jr. > I am using perl 5 and linux 6. I am currently capable > of retrieving information from my databases, but am at > a complete loss as to how to parse the results into 20 > results per page. Take a look at the LIMIT part of the SELECT statement. >From the manual http://www.m