Re: qn about the reg expression.

2004-01-09 Thread R. Joseph Newton
Ajey Kulkarni wrote: > hi , > whenever 1 matches something in regular expression,where the 'MATCHED > EXPRESSION' be stored? will this be stored in $_ variable Nope. The match function populates a list of special variables in the form $1, $2, $3. Generally, we access them within a conditio

qn about the reg expression.

2004-01-09 Thread Ajey Kulkarni
hi , whenever 1 matches something in regular expression,where the 'MATCHED EXPRESSION' be stored? will this be stored in $_ variable where can i find more info about this?? tia -Ajey -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]