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...
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...