The most important step to get started is to install Plack and other utilities. Because PSGI and Plack are just like normal Perl module distributions, the installation is as easy: just launch your CPAN shell and type cpan> install PSGI Plack PSGI is a specification document for PSGI interface, so by installing the distribution you can read the documents on your shell with perldoc PSGI or perldoc P