in reply to Re: Alternative to CGI.pm
in thread Alternative to CGI.pm
Out of curiosity, I looked at the PSGI/Plack website and made an amusing discovery.
Many years ago, before I "discovered" Perl, I wrote a webserver in AWK. It wasn't purely in AWK; I wrote a C program to listen for and accept incoming HTTP connections. It then read the request and "parsed" it into an array of name/value pairs, then exec'd AWK, using the array as the environment pointer.
Seems I "invented" "ASGI". Not the same as PSGI, but very close.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Alternative to CGI.pm
by faraco (Acolyte) on Apr 04, 2017 at 10:32 UTC | |
by RonW (Parson) on Apr 05, 2017 at 23:06 UTC |