The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::htmlcat - stdin to your browser

METHODS

my $htmlcat = App::htmlcat->new(@ARGV)

Creates an instance.

As of @ARGV, currently only --exec option is handled by htmlcat, all others are sent to Plack::Runner.

$htmlcat->as_psgi

Returns the htmlcat PSGI app.

$htmlcat->run

Does plackup internally and runs htmlcat.

empty_port

AUTHOR

motemen <motemen@gmail.com>

LICENSE

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