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

Re^4: Context tutorial

by ikegami (Patriarch)
on Jun 17, 2011 at 00:20 UTC ( [id://910053]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Context tutorial
in thread Context tutorial

bash does support double quotes, but «\», «"» and «$» (and maybe more) are special in double quotes.

$ perl -E'my $x = qq{abc\\def}; say $x' abc\def $ perl -E"my \$x = qq{abc\\\\def}; say \$x" abc\def

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-25 14:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found