soltenviva
07-18-2006, 11:48 AM
This may be a dumb question but any help would be appreciated.
I am writing a perl script to display an SQL database but I only want to display a certain no. of entries per screen i.e. with links to go forwards and backwards within the database.
Is it possible to call a subroutine within my script from <a href="/cgi/put the sub name in here">View next five records</a>? Or can I only call another html file or cgi script from there? Or is there syntax to refer to a subroutine directly from the href?
Thanks!
I am writing a perl script to display an SQL database but I only want to display a certain no. of entries per screen i.e. with links to go forwards and backwards within the database.
Is it possible to call a subroutine within my script from <a href="/cgi/put the sub name in here">View next five records</a>? Or can I only call another html file or cgi script from there? Or is there syntax to refer to a subroutine directly from the href?
Thanks!