Skip to content

Commit 479cad3

Browse files
committed
Add note about easier options.
1 parent 44330ac commit 479cad3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ that I wrote for Linux Format back in 2000.
1212
**Note:** I'm not saying that I think this is the best way of writing
1313
web programs in Perl. I am saying that this is a reasonably easy way to
1414
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

Comments
 (0)