in reply to Returning 1 entry from a conditional grep call to a hash value

Just to clarify....the problem here is that %links will have additional entries added to it DURING it's processing...this is the very root of the problem.

Building the hash first AND THEN processing it is just double-duty and will make a script that already takes forever take twice as long.

TIA

======================
Sean Shrum
http://www.shrum.net

  • Comment on Re: Returning 1 entry from a conditional grep call to a hash value