Mega Code Archive

 
Categories / Perl / String
 

Quote with qq( (parenthesis)

#!/usr/bin/perl -w print qq('"Hi," said Jack. "Have you read /. today?"'\n);