Help for this page

Select Code to Download


  1. or download this
    # If you're not reasonably up to date-
    sudo cpanm Plack Catalyst Catalyst::Devel
    
  2. or download this
    # *nix centric.
    mkdir cattest
    cd cattest
    ...
    vi^W
    emacs a-one-an-a-two-a.psgi
    # But I keed!
    
  3. or download this
    #!/usr/bin/env perl
    use strict;
    use Plack::Builder;
    ...
        mount "/" => OneFish->psgi_app(@_);
        # Root needs to be last or it'll eat others.
    };
    
  4. or download this
    env CATALYST_DEBUG=0 plackup a-one-an-a-two-a.psgi
    HTTP::Server::PSGI: Accepting connections at http://0:5000/