newperlbie has asked for the wisdom of the Perl Monks concerning the following question:

Hi Everyone, I have a very very basic question.Please assure my thoughts with your answers. I have a perl script which reads a csv file,and 2 text files and gives some output.My requirements :

1.I need a simple HTML page to take these files as input.(this needs to be static right?because I need to share this URL to others)

2.Then my perl script should be executed.

3.Finally the outut,again I need to display in the HTML page.

What is the simplest way to do this? can I get this done without a web server? if so how? Please help me with a starting tip, so that I get through

Thanks!

Replies are listed 'Best First'.
Re: Perl 2 HTML
by marto (Cardinal) on Aug 20, 2018 at 09:36 UTC
Re: Perl 2 HTML
by tobyink (Canon) on Aug 20, 2018 at 10:18 UTC

    You want a URL you can share with others, but you don't want it to be on a web server?

      yes

        Depending on exactly what you are trying to achieve, and with what limitations several of the existing responses address various scenarios. It may help to update your existing question, providing more details.

        Depending on exactly what you are trying to achieve, and with what limitations several of the existing responses address various scenarios. It may help to update your existing question, providing more details.

Re: Perl 2 HTML
by Anonymous Monk on Aug 20, 2018 at 11:05 UTC
Re: Perl 2 HTML
by anonymized user 468275 (Curate) on Aug 20, 2018 at 11:36 UTC
    Could always have your program do the listening instead of a webserver, e.g. using HTTP::Server::Simple.

    One world, one people