Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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.


In reply to Re: To Single Quote or to Double Quote by Anonymous Monk
in thread To Single Quote or to Double Quote by NateTut

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.
  • 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 wandering the Monastery: (5)
    As of 2024-09-08 03:08 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.