in reply to [untitled node, ID 186662]

$body =~ s/<img src=(.*?)>/[image:<a href=$1>$1</a>]/gi;
Sounds like this might be what you're looking for.

Cheers,
kln