unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* CGI scripting with Guile
@ 2008-03-15 22:10 Sebastian Tennant
  2008-03-15 22:40 ` Thien-Thi Nguyen
  2008-03-15 22:48 ` Sebastian Tennant
  0 siblings, 2 replies; 15+ messages in thread
From: Sebastian Tennant @ 2008-03-15 22:10 UTC (permalink / raw)
  To: guile-user

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





^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-03-19  9:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-15 22:10 CGI scripting with Guile Sebastian Tennant
2008-03-15 22:40 ` Thien-Thi Nguyen
2008-03-16  0:41   ` Sebastian Tennant
2008-03-16  9:16     ` Thien-Thi Nguyen
2008-03-16 10:41       ` Sebastian Tennant
2008-03-16 12:51   ` Sebastian Tennant
2008-03-16 13:06     ` Thien-Thi Nguyen
2008-03-16 15:11       ` Sebastian Tennant
2008-03-16 12:56   ` Sebastian Tennant
2008-03-16 13:16     ` Thien-Thi Nguyen
2008-03-18 20:19       ` Sebastian Tennant
2008-03-19  7:22         ` Thien-Thi Nguyen
2008-03-19  9:24           ` Sebastian Tennant
2008-03-15 22:48 ` Sebastian Tennant
2008-03-15 22:52   ` Sebastian Tennant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).