How To Escape Single and Double Quotes in Perl

Author: , February 11th, 2021

## to add a single backslash in front of whatever char was matched

## to double whatever char was matched

## to convert ‘ to ‘\” for shell execution

How To Use Special Characters in the Browser Title With CGI.pm

Author: , October 9th, 2010

Set AutoEscape to OFF: [code]$cgi->autoEscape(0);[/code]