in reply to Re^3: Perl 2 HTML
in thread Perl 2 HTML

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

Replies are listed 'Best First'.
Re^5: Perl 2 HTML
by marto (Cardinal) on Aug 20, 2018 at 12:48 UTC

    Do you intend this tool to be accessible by the general public or some closed network? You need a Web_Server to process requests, if you mean you want to avoid installing Apache, nginx or whatever, some perl solutions have already been suggested.

      it will be from a closed network.

        Cool, so research the solutions suggested and see which one best suits your requirements/application. Report back if you have any further questions.