Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^11: Words in Words

by Anonymous Monk
on Oct 03, 2011 at 00:16 UTC ( [id://929228]=note: print w/replies, xml ) Need Help??


in reply to Re^10: Words in Words
in thread Words in Words

http://perldoc.perl.org/perlop.html#Quote-and-Quote-like-Operators
Customary Generic Meaning Interpolates '' q{} Literal no "" qq{} Literal yes `` qx{} Command yes* qw{} Word list no // m{} Pattern match yes* qr{} Pattern yes* s{}{} Substitution yes* tr{}{} Transliteration no (but see below) y{}{} Transliteration no (but see below) <<EOF here-doc yes* * unless the delimiter is ''.

Replies are listed 'Best First'.
Re^12: Words in Words
by sarchasm (Acolyte) on Oct 03, 2011 at 04:10 UTC
    Perfect. Thank you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://929228]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-23 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found