webgui/eg/dev.localhost.localdomain.fcgi
2010-04-13 17:46:43 -04:00

5 lines
128 B
Perl
Executable file

#!/usr/bin/perl
use Plack::Server::FCGI;
my $app = Plack::Util::load_psgi("../app.psgi");
Plack::Server::FCGI->new->run($app);