Hello
actually its very simple to answer for who knows basic perl.

Suppose I have a string in $str
I wanto extract some part of it based on regex and store it in the same string. how do 
i do that?

say...

$str=~ $str /\d\d\s*$/;

but this doesnt work. seems some syntax problem..

help
-dhiraj 


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

Reply via email to