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

perl-server - Perl::Server launcher

SYNOPSIS

  $ perl-server
  $ perl-server /home/foo/www
  $ perl-server file.pl
  $ perl-server file.psgi
  

DESCRIPTION

perl-server [path] [options]

These options are the same as Plackup Options.

SEE ALSO

Plack, Plack::App::WWW, Plack::App::WrapCGI, Plack::App::CGIBin, plackup.

AUTHOR

Lucas Tiago de Moraes, lucastiagodemoraes@gmail.com.

COPYRIGHT AND LICENSE

This software is copyright (c) 2022 by Lucas Tiago de Moraes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.