Hi, 

I am a beginner of using perl.

I need to write a script to retrived records from oracle database and
display them in CGI web page by n records per page. 

I use an array reference to store all the records :

     $re_list_ref=$dbh->selectall_arrayref($sql,{}, @bind);

How could I make a URL to display next n records? Do I need to create a
package to print the records? or use a template file? or redirect to itself?




TKS

Linda Xu
General Magic

Reply via email to