in reply to Perl Catalyst Application

perl -w script/complain_server.pl

should start your script with its own HTTP server, most likely on port 3000.

Replies are listed 'Best First'.
Re^2: Perl Catalyst Application
by code-ninja (Scribe) on May 29, 2014 at 10:12 UTC

    I did

     perl script/complain_server.pl -h 192.168.4.5

    I guess it will achieve the same result, right?

        nothing much... it runs like it is supposed to. That documentation is generated by Catalyst engine itself.