Mega Code Archive
Categories
/
Perl
/
String
Quote with qq (bar)
#!/usr/bin/perl -w print qq|'"Hi," said Jack. "Have you read /. today?"'\n|;