Hi all, I'm stuck on a silly question. How do I print to the httpd error log with my ruby CGI program? Under perl, I would just do: print STDERR "debug info\n"; Not exactly sure how to go about this. I tried: $stderr.print "debug info" With no output. Any suggestions? As an aside, are there many good english-language guides to ruby and CGI? Thanks. Brian -- | Brian Wisti | brian / coolnamehere.com | http://www.coolnamehere.com/ | "All you need in life is ignorance and confidence, then | success is sure." -- Mark Twain