in reply to how can I execute an html file from Perl
plackup -p 5000 -MPlack::App::Directory -e 'Plack::App::Directory->new +({root => q{.}})->to_app'
and point the user browser to http://127.0.0.1:5000 as suggested by YourMother in a thread where many other example of webserver oneliners are shown: Simple http server one-liner for some static files?
L*
|
|---|