The docs for Catalyst::Helper::SCGI state that the scgi script should be
created as follows:
$ script/myapp_create.pl SCGI -p 9000
This works but I see "Unknown option: p" in the console on my (Win32)
machine. Not tested on *nix as yet.
I think the -p option is only supposed to be passed to the _scgi.pl
script, not the _create.pl script:
$ script/myapp_create.pl SCGI # generate the script
$ script/myapp_scgi.pl -p <port> # run the server