my $post_body ='this is the first code block code This is another code block'; my $part = 1; $part++ while $post_body =~ s/(.*?)<\/c>/Download Me<\/a>
$1<\/pre>/i;
print $post_body, "\n";

####

Download Me
this is code
This is Download Me
more code