in reply to Perl 2 HTML

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

Replies are listed 'Best First'.
Re^2: Perl 2 HTML
by newperlbie (Acolyte) on Aug 20, 2018 at 11:43 UTC
    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.

        I'm trying to get a "tool" kind of look and feel application, where someone can upload the files, my perl script already does the needed processing reading those files.Print the results again as a html page.

        Limitation is best not to use any webserver

      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.