in reply to how can I execute an html file from Perl

HTML doesn't execute. Do you just want to display it? Consider using an actual framework, Mojolicious::Lite for example.

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

Replies are listed 'Best First'.
Re^2: how can I execute an html file from Perl
by Anonymous Monk on Oct 27, 2017 at 23:04 UTC

    HTML doesn't execute. Do you just want to display it? Consider using an actual framework, Mojolicious::Lite for example.

    Actual frameworks don't display HTML... :P