From 479cad3327fbdc6e3956d696d69c5b64855f4c50 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sun, 3 Jan 2016 17:25:27 +0000 Subject: [PATCH] Add note about easier options. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c55208d..6ab68b9 100644 --- a/README.md +++ b/README.md @@ -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).