in reply to Re: Re: searching a file
in thread searching a file

If assigning changes in a hash I prefer to do the following
@hash{keys %changes} = values %changes;
I believe it does the same thing (unless I'm missing something) as values() returns the hash values in the same order as keys().
TIMTOWTDI

broquaint