Running Perl Scripts in a Browser (without a web server)

jgbishop

Senior member
May 29, 2003
521
0
0
I'd like to be able to create some HTML pages that interact with various Perl scripts I've created. All of the activity will be taking place on a local machine (not over the network).

Is it possible for me to use / invoke Perl scripts from an HTML page without having to run a web server? I'll be generating some of the HTML files to view via my scripts...