From: jolsen@...2world.com (Jesper Olsen) Date: 2003-08-01T06:24:36+09:00 Subject: TCPSocket & $SAFE=1 In a mod_ruby script I am trying to lookup an ip address with TCPSocket.gethostbyname But it fails - even though the same script in batch mode succeeds. I notice that $SAFE==1 - is this what is preventing the method to execute? Cheers Jesper