Re: bug in URI::URL:url ?
Andreas Koenig (k@anna.in-berlin.de)
Sun, 29 Sep 1996 21:24:08 +0200
>>>>> Otis Gospodnetic <otisg@panther.middlebury.edu> writes:
>> if (!($ua->visited{'www.middlebury.edu'})) {
^ ^
^ ^
if (!($ua->visited('www.middlebury.edu'))) {
^ ^
^ ^
if (! $ua->visited('www.middlebury.edu') ) {
otis> Does anybody actually have any code that uses this visited{} hash ??
You have never told us which docs you're referrring to, so we can only
guess. Please specify which docs you're talking about.
FWIW, I cannot imagine what curlies should do there. With ordinay
braces it looks simply like method calling. Haven't tried it either.
andreas