Mega Code Archive
Categories
/
Perl
/
String
Put qotation marks in q function
$text = q/"I said, 'no.'"/; print $text;