qq function with variable interpolation
$string = "no."; $text = qq/"I said, '$string'"/; print $text;