Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

advocate's scratchpad

by advocate (Scribe)
on Jul 04, 2007 at 15:10 UTC ( [id://624901]=scratchpad: print w/replies, xml ) Need Help??

note to self re: single-quoted strings & double-quoted strings #!/usr/bin/perl

use warnings;

print qq/'"Hi," said Jack. "Have you read Slashdot today?"'\n/;

--------------------------------------------------------

#!/usr/bin/perl

use warnings;

print qq|'"Hi," said Jack. "Have you read /. today?"'\n|;

print qq#'"Hi," said Jack. "Have you read /. today?"'\n#;

print qq('"Hi," said Jack. "Have you read /. today?"'\n);

print qq<'"Hi," said Jack. "Have you read /. today?"'\n>;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-19 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found