Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: To Single Quote or to Double Quote

by Anonymous Monk
on Feb 02, 2005 at 09:35 UTC ( [id://427187]=note: print w/replies, xml ) Need Help??


in reply to To Single Quote or to Double Quote

On occasions such as those when you don't care about the special properties of either single or double quotes, which is the best to use. My hunch is that single would be better because there would be less processing of escaped characters.
On occasions where it doesn't matter whether you use double quotes or single quotes, there are no escaped characters, so no processing of escaped characters happens. If you mean looking for escaped characters, remember that with single quotes, the tokenizer still has to look for them, as the delimiters, and the escape character, still can be escaped.

As for which is the best, I'll tell you which is the best, if you can tell me the measurement you mean by "best". Single quotes use less ink when printed, perhaps that's a reason to find single quotes better. OTOH, a lot of printing software (specially printing software used in (bad) Perl books) mangle single quotes into something unrecognizable. Which would mean double quotes are better. Then there's C, which uses double quotes for strings, perhaps that makes double quotes better. But a double quote means I have to hit the shift key, but I don't need to for single quotes. Perhaps that makes single quotes better.

Oh well, perhaps we should reach the conclusion that "which is better" questions that don't come with a measurement are pointless.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-09-08 03:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.