I have a string $abc
my $abc = "add $im::Children(ImCred) _name_";
I want to replace $im::Children(ImCred) in string above with _credname_ so that my final string on doing print $abc; should give:
add _credname_ _name_
Please reply to me at g_kansal@yahoo.com