Skip to content

Commit

Permalink
Add note about easier options.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 3, 2016
1 parent 44330ac commit 479cad3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -12,3 +12,9 @@ that I wrote for Linux Format back in 2000.
**Note:** I'm not saying that I think this is the best way of writing
web programs in Perl. I am saying that this is a reasonably easy way to
port old CGI programs to PSGI.

**Note2:** It's also worth pointing out that if you have a pile of old CGI
programs that you want to move to PSGI as quickly and as painlessly as
possible, then you should look at
[CGI::Emulate::PSGI](https://metacpan.org/pod/CGI::Emulate::PSGI) or
[CGI::PSGI](https://metacpan.org/pod/CGI::PSGI).

0 comments on commit 479cad3

Please sign in to comment.