in reply to Re^2: WWW-Mechanizer under windows
in thread WWW-Mechanizer under windows


Right.
It seemed like the problem was that I specified a
$mech->get("http://10.0.1.1") instead of
$mech->get("http://10.0.1.1/index.htm")
which is weird because on linux it worked just fine without the index.htm suffix...