<br>I know this is probably simple, but I'm having a mental block,<br>and I can't find the 'easy' solution in any book right now...<br><br>If I'm foreach'ing over a 'pick list', I need to get a positive indication<br>
that a match was found and then remove it from the 'pick list'.<br><br>something like:<br><br>if requestedvalue is on the picklist {<br> remove it from the list<br> return found<br>} else {<br> return notfound<br>
}<br><br>Being Perl, I'm sure there is an elegant way... If only I knew.<br><br>