in reply to (jjhorner)replacing values via webin thread replacing values via web
From perlsyn:
If any element of LIST is an lvalue, you can modify it by modifying VAR inside the loop. That's because the foreach loop index variable is an implicit alias for each item in the list that you're looping over.
Nuance