Hi group,
        I  have the following code.             

$in=join("\n",@rootwords);
while($in=~/(\b$input\b)/g)
{
 .....
 .....
}

Is there any way of finding out the line no where
$input is matched with $in.$in may contains many
instances of $in.I need all those line nos.

Thanx in advance,
visu

__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to