Re: bug in URI::URL:url ?
Andreas Koenig (k@anna.in-berlin.de)
Sun, 29 Sep 1996 23:28:14 +0200
>>>>> otisg@panther.middlebury.edu (Otis Gospodnetic) writes:
>> You have never told us which docs you're referrring to, so we can only
>> guess. Please specify which docs you're talking about.
otis> Hm, I thought I did, I guess I was wrong :)
otis> Here, from LWP::RobotUA.pm
otis> # Additional attributes in addition to those found in LWP::UserAgent:
otis> #
otis> # $self->{'delay'} Required delay between request to the same
otis> # server in minutes.
otis> #
otis> # $self->{'visited'} An hash where the keys are server names and the
This looks pretty different from your original posting though, where
you said:
Another problem:
this statement is causing weird problems, and according to docs it should work:
if (!$ua->visited{'www.middlebury.edu'}) {
...
...
}
See the difference?
andreas