http://www.perlmonks.org?node_id=1223627


in reply to perl scrpt from html page

You can have a Perl process acting as web server and listening to a dedicated port on localhost.

I recommend using the mojolicious framework its lightweight and comes with a built in server and scales well if you decided to need more features.

See https://mojolicious.org/perldoc/Mojolicious/Guides/Tutorial#Hello-World fur a start.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^2: perl scrpt from html page
by nnigam1 (Novice) on Oct 07, 2018 at 02:14 UTC
    Thank you o wise monk. I will follow your suggestion. I may come back with additional questions.