On Tue, Sep 02, 2003 at 12:29:16PM +0400, Siddhartha Jain(IT) wrote: > Sorry, the input being given to the $uri-host method was erroneous. > > Again, sorry for the false alert!!
Comment: URIs exist that are valid, but do not have a host part, and you will have this problem then, so it is a good idea to use eval { $uri->host } if you haven't checked in advance that $uri contains one. WWW::Robot has this problem for instance. -- Reinier