I'm trying to do a Perl one-liner to replace ONLY the last </TABLE> Tag and replace it with something. I tried the following, but it doesn't work:
The following doesn't just match the last one but also replaces another </TABLE> tag. Any assistance appreciated. Thanks.