Hi list,

This CGI script:

 #!/usr/bin/guile -s
 !#
 (display "Content-Type: text/plain

 hello world")


works.


But this CGI script:

 #!/usr/bin/guile -s
 !#
 (use-modules (www cgi))
 (display "Content-Type: text/plain

 hello world")


doesn't.

Why doesn't the second script work?  The additional line works in a
guile process running on the server.

Sebastian



Reply via email to