Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Ways of quoting

by Aaronrp (Scribe)
on May 15, 2020 at 00:05 UTC ( [id://11116793]=note: print w/replies, xml ) Need Help??


in reply to Ways of quoting

Serves me right.
$ perl -MO=Deparse -we '$x = anything_could_go_here::' Bareword "anything_could_go_here::" refers to nonexistent package at - +e line 1. Name "main::x" used only once: possible typo at -e line 1. BEGIN { $^W = 1; } $x = 'anything_could_go_here'; -e syntax OK
So, not exactly the same as single quotes.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2024-04-19 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found