Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
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 exploiting the Monastery: (10)
As of 2024-04-18 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found