Help for this page
DB<7> x $sql 0 'This string represents a SQL statement $replaceme' ... DB<10> $sql=~s/$what/$with/ DB<11> x $sql 0 'This string represents a SQL statement $replaceme'
$sql eq 'This string represents a SQL statement value'