hi perl friends,

i have a @list that contains elements i do not know. i'm using grep to match
some words inside the @list.
for example:
$match = grep /\d/, @list;
my question is: is there a way to find the element No. eg: $list[number] of
the
latest match?

thanks!





---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to