Help for this page
$code =~ s/\+/P++; /g;
$code =~ s/(\++)/"P+=".length($1).";" /eg;
$code =~ s/(\-+)/"P-=".length($1).";" /eg;