Just been looking on Google and have found nothing that I can use on this so maybe someone here knows.
Is it possible to detect a keystroke, of any key, and use it to run a code.
Say for instance you have a page of information and to go to the next page you have to press a key (like space) will run the code to print the next page of information.
EDIT: After looking on CPAN I found a Module (Term:Inkey) which does the job nicely.