We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44330ac commit 479cad3Copy full SHA for 479cad3
README.md
@@ -12,3 +12,9 @@ that I wrote for Linux Format back in 2000.
12
**Note:** I'm not saying that I think this is the best way of writing
13
web programs in Perl. I am saying that this is a reasonably easy way to
14
port old CGI programs to PSGI.
15
+
16
+**Note2:** It's also worth pointing out that if you have a pile of old CGI
17
+programs that you want to move to PSGI as quickly and as painlessly as
18
+possible, then you should look at
19
+[CGI::Emulate::PSGI](https://metacpan.org/pod/CGI::Emulate::PSGI) or
20
+[CGI::PSGI](https://metacpan.org/pod/CGI::PSGI).
0 commit comments