- Notifications
You must be signed in to change notification settings - Fork2
davorg/easy-psgi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Some really simple sample PSGI programs that are written simply todemonstrate that you don't need use web frameworks to move your codefrom CGI to PSGI.
The sample programs are based on the code ina series of three articles on CGI programmingthat I wrote for Linux Format back in 2000.
Note: I'm not saying that I think this is the best way of writingweb programs in Perl. I am saying that this is a reasonably easy way toport old CGI programs to PSGI.
Note2: It's also worth pointing out that if you have a pile of old CGIprograms that you want to move to PSGI as quickly and as painlessly aspossible, then you should look atCGI::Emulate::PSGI orCGI::PSGI.