> First of all, there are no "predefined" variables. <
The NAMES are predefined, eg $1, $', etc.
> $sentenceCount doesn't seem to make much sense with s///, though. <
I want to insert a unique html anchor for each sentence, so I need to increment the number to construct a unique name.