> 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? Are you under mod_ruby? -sc -- Sean Chittenden