Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
The first wouldn't work very well if the person wanted to have two pieces of code. Something like this might be intended:
I see this in a book:
for (keys %hash) { print; }
But when I do it like this, it doesn't work
for (key %thisisnotintendedasaseriousquestion) { print; }
What's wrong?
It would be rendered something like (case second box):
I see this in a book: But when I do it like this, it doesn't work
Code:
for (keys %hash) { print; } for (key %somename) { print; }

I'm imagining that the 'Code:' is added automatically. Having code on by default would give something which is somewhat hard to read, for example (case all preformatted):
I see this in a book: for (keys %hash) { print; } But it doesn't work in my example, please <a href="www.somedomain.com/dev/null>look at it here!</a>

Yet I agree that something should be done... Perhaps information on how to display code and escape characters could be at the top of the page before the submission box on the Seekers of Perl Wisdom section only, in hopes that it will be read? (I don't think I'd like seeing it there, so don't consider me in favor of my own suggestion!)

In reply to RE: Automatic CODE tags (kudra: potential problems) by kudra
in thread Automatic CODE tags by Odud

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 a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found