The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::SimpleHTTPServer - Serve up a directory via http simply and easily

VERSION

version 0.002

SYNOPSIS

  $ # To serve the current directory via http on port 8000, simply do:
  $ perl -MApp::SimpleHTTPServer

  $ # or use the serve_dir script:
  $ serve_dir

SEE ALSO

Mojolicious - The Mojolicious web framework

Mojolicious::Plugin::Directory::Stylish - The module that actually renders the directory listing

AUTHOR

Andreas Guldstrand <andreas.guldstrand@gmail.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Andreas Guldstrand.

This is free software, licensed under:

  The MIT (X11) License