in reply to Re: Re: Re: Re: Re: Re: Useless use of substr in void context
in thread Useless use of substr in void context

I believe the suggestion is that you use the URL for the key, and set the *value* to undef. Then you'll still have a hash with all of the URLs in it as keys.

Like this:

     $fetched{$url} = undef;

Does this make sense?

Linda