Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Well done! This gives a good overview of Perl's quoting constructs. IMHO, it should keep being that -- an overview. The details are documented in perlop and there's no reason to double document it. If perlop isn't clear enough let's make improvements to that document instead. So my real intent of this reply is to request that you start the document by stating what it's for and saying that the details about quoting in Perl in found in perlop.

This below is just details and I'm not sure whether or not this should be included in this document, but perhaps the text should be adjusted to not contradict them.

Here-docs can also have backticks around them, and they will then execute the commands in it. I've never seen this used, and since I'm not a fan of `` nor qx() (but like readpipe()) I really don't like <<`CMDS`. It's just sick.

The second detail is that all chars, except whitespaces, can be delimiters.

print q xHello World!x;
prints, as expected (?) "Hello World!". If it's an alphanumeric delimiter a whitespace between it and the q is required.

You call q() a function. I believe it's more correct to call it an operator.

As an editorial change I'd prefer to see all Perl bits wrapped in code tags, even a single q if the Perl operator is referenced, but that's very much a matter of taste.

Again, well done!

ihb

See perltoc if you don't know which perldoc to read!
Read argumentation in its context!


In reply to Re: quotes in Perl by ihb
in thread quotes in Perl by apotheon

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
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 having an uproarious good time at the Monastery: (7)
As of 2024-04-18 03:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found