yolond
Technical User
- Jan 5, 2001
- 9
I have written a script that reads a database among other things. My problem is this. As the script is now, it'll read the entire database and print out each line (of the entire database) nicely formatted (using the FOREACH). What I want to do is grab 'x' amount of records, click next, get the next 'x' amount of records until all records are viewed.
How would I go about doing this? I'm fairly new to perl programming from scratch and would appreciate any help.
How would I go about doing this? I'm fairly new to perl programming from scratch and would appreciate any help.