in reply to Re^2: how can I execute an html file from Perl
in thread how can I execute an html file from Perl

If you're working on something new, that generates a form, presents it to the user and processes the user input please seriously consider using a framework like Mojolicious::Lite, it makes all this a great deal easier and a lot more fun. http://mojolicious.org/perldoc/Mojolicious/Guides/Tutorial.

  • Comment on Re^3: how can I execute an html file from Perl