DB<7> x $sql 0 'This string represents a SQL statement $replaceme' DB<8> x $what 0 '$replaceme' DB<9> x $with 0 'value' DB<10> $sql=~s/$what/$with/ DB<11> x $sql 0 'This string represents a SQL statement $replaceme'