> I'm running Cygwin 1.5.10 on Windows XP Pro, Apache 1.3.29 (Cygwin),
> gawk 3.1.3 included with Cygwin, and curl 7.11.1 (i686-pc-cygwin). I
> wrote a simple CGI in gawk:
>
> #!/bin/gawk -f
> BEGIN {
> print "Content-type: text/plain\n"
> cmd = "curl -s http://www.bates.edu/ils";
I'm running Cygwin 1.5.10 on Windows XP Pro, Apache 1.3.29 (Cygwin), gawk 3.1.3
included with Cygwin, and curl 7.11.1 (i686-pc-cygwin). I wrote a simple CGI in
gawk:
#!/bin/gawk -f
BEGIN {
print "Content-type: text/plain\n"
cmd = "curl -s http://www.bates.edu/ils";
#cmd = "
2 matches
Mail list logo