Re: bug in URI::URL:url ?
Otis Gospodnetic (otisg@panther.middlebury.edu)
Sun, 29 Sep 1996 13:51:17 -0400 (EDT)
>
> Randal Schwartz wrote:
> > >>>>> "Otis" == Otis Gospodnetic <otisg@panther.middlebury.edu>
> > writes:
> >
> > Otis> if (!$ua->visited{'www.middlebury.edu'}) {
> > Otis> ...
> > Otis> ...
> > Otis> }
> >
> > I bet that "!" has too high of precedence. Try "not". Then again,
> > that's just a wild guess.
>
> Or put parentheses after the ! ->
>
> if (!($ua->visited{'www.middlebury.edu'})) {
actually, to my surprise and disappointment none of those suggestion fixed the
problem. I still get the exact same error. I tried using not instead of !
and I tried putting () like the above, but it didn't work :(
Does anybody actually have any code that uses this visited{} hash ??
I'm starting to think that this is just not implemented or something...
Does anyone have any other ideas/suggestions ?
Thanks,
Otis