I have a bunch of Perl scripts and html files that displays sequentially on the browser. But the way I am moving from page to page is by using REDIRECTS inside of each page. Its not efficient because adding pages in different order makes me go to all the other pages do change parameters for the REDIRECT.
My question is if someone would know a easier way of controlling these scripts to run sequentially from a fake cron job or some other main Perl program that would allow some kind of administration on these files, like allowing them to run and stop at specific times.
Thanks for the help and I hope I explained what I am trying to do well.