in reply to Re: How to Properly Clear Variables for reuse in a loop
in thread How to Properly Clear Variables for reuse in a loop

Fantastic! Using this worked:
my $url = $INET->FetchURL($addr."&nocache=".time());
Really appreciate the responses! Thanks!