Hi everybody!
I bumped into a new problem trying to make my scripts
work under Unix (written and works for Windows)
I have a simple script which by the means
of URI::fetch parses rss feeds. Well it works on Windows in Explorer ok and in Unix it runs fine via terminal but while running via Mozilla i get empty screen and bad hostname 'news.google.com' in error log.
The whole link i am using is "http://news.google.com/?ned=us&topic=t"
I believe it has to do with HosnameLookups in Apache conf
file but i changed it from "off" till "on" and it still doesnt work.
Grateful for all advices,
Alexander