is there a way to include scripts into one single *.pl - like calling scripts though ssi in html? could this be done through the 'require'-command?
long version: i want to include a few scripts into one html-page (i did this with exec) but when i interact with one script i jump in there and leave the original page. could this be done with a little cgi-script?
ps: sorry if this sounds stupid, i'm fairly new to cgi and are still learning...