>You're going to kick yourself. :-)
> 
>>    ($x eq 'T') && next if value_in_list( $u, @listA ); 
>
>This means exactly:
> 
>    if (value_in_list($u, @listA))
>    {
>        ($x eq 'T') && next;
>    }


Please to be considering my, er, self, properly kicked!  No wonder it 
didn't work... 

Thanks, nonetheless, for the clarification.  Um, by any chance would there 
be a way to make it DWIM?

Deane Rothenmaier
Systems Architect
Walgreens Corp.
847-914-5150

"On two occasions I have been asked [by members of Parliament], 'Pray, Mr. 
Babbage, if you put into the machine wrong figures, will the right answers 
come out?' I am not able rightly to apprehend the kind of confusion of 
ideas that could provoke such a question." -- Charles Babbage
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to