This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cgi with guile


Right now i`m trying to execute a cgi via apache. The cgi-programm is
written in guile, but I`m not sure if this code should work:

#!/usr/local/bin/guile -s
(write (command-line))	;;just print the command line out

Must there be more scheme things to build a cgi-executable? 
I know there is some gci-parsing code around, but this is next
stage. 

sorry for this silly question, my problem may be apache, but ...

thanks
o
email: olivier.buechel@unifr.ch

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]