If any of you have ever read POD out of a file in activeperl, you will notice that it only displays a single page of output, and the words 'press any key for more', to 'scroll' the output down to the next page. Does anyone know how I would be able to add this sort of functionality to my program?
...Also, does anyone know how I could compile my code to an .exe, but still have it support DBM? I've tried Perl2Exe, and all it gave me was an error.