Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Welcome to the Monastery, one of my favorite waypoints on the Perl Way.

I think that some of the resistance you're seeing to your idea is based on the unstated goal that much of the entire place is intended to be a "nice place" for newbies, apprentices, and masters alike.

In addition to the advice you've already received (and to possibly generate some further discussion), here are a few of the so-called unwritten rules that I've noticed (in no particular order):

  • When posting nodes, be sure you post them in the right place. (OBE) What section should I put this in? tells you what you need to know.

  • While some off-topic (e.g. non-Perl) discussion is tolerated, it's best to limit that as much as possible. Remember, we're here to further our understanding of Perl. If you're in doubt, float the idea via CB (as I presume you did on this one) and see what the response is.

  • The Monastery is not /. or comp.lang.perl.misc. Personal attacks are strongly discouraged, profanity slightly less so. Keep it clean, professional, and to the point and you'll do well.

  • Please do your research before posting. Many "newbie" questions have been asked before, though possibly in slightly altered fashion. Use Search, Super Search, and the perldoc command to see if your petition has already been covered.

  • Do not post homework questions. It's called homework for a reason. Assistance can often be found in earlier posts.

  • Do not be afraid to ask for clarification on something that's not making sense. Many of your peers enjoy helping others understand; take advantage of that...but not of them.

  • When posting code, a) do not forget your <CODE> tags, b) do your level best to simplify the code to its smallest reproducible case, and c) provide enough information for a reasonable person to understand what you're after and why you're not getting it.

    For example, if you're getting error messages, tell us what they are. Don't just give us a dump, though. Filter through them, find the most relevant ones, and then provide the summary.

  • It also helps to ask specific rather than general questions. For example, "How do I use Perl to populate a web page from my database?" is more likely to get an abrupt RTFM than something along the lines of "I'm trying to use CGI.pm to save form input into a mySQL table via DBI. I've run into this problem..."

  • Provide credit where it's due. If you get (or find) a good bit of code, don't claim it as your own.

  • Take time to read highly-regarded nodes. You will learn much about the community at large and what it responds to.

  • XP and Reputation are meant to be feedback devices or even conceits. Don't take them too seriously. At some point, you will probably post something that hits Worst Nodes or that loses XP. Learn from it, follow-up if you like, and move on.

  • When following up on points raised in replies to your messages, it's considered good practice to update the original post instead of posting a follow up message. (This is especially true with typos, coding errors, and related stuff.)

    Use your judgment on this, but Updated nodes tend to fare better than follow-up replies. Also, It's not entirely necessary to post "Thank you" replies. A simple /msg via CB can be just as effective.

  • At some point, you'll probably realize that you can log the CB or be tempted to quote it directly. Do not do this without the person's prior (and explicit) permission. Many of the monks use the CB as a sounding board or a common area. Also, it's far too easy to take such comments out of context.

  • While it's possible that you'll find a bug in Perl, it's not likely. If you run into such a situation, take a second look at the assumptions that led you to the code in question. Often, you'll find that the behavior you've found is correct and that you need to adjust your mental understanding accordingly. (I like to think of those moments as opportunities to learn.)

  • Do search CPAN for helpful modules and use the ones that are frequently mentioned here, such as CGI.pm. Especially if they're mentioned by the higher level members of the community.

  • If a post does get criticized, remember that criticism often relates to the post, not the poster. In other words, there are some very experienced people here and a few have little patience for seeing people make the same mistakes over and over. (Attempts to rewrite CGI.pm come to mind.)

  • As Blue mentioned, start reviewing the home nodes of the higher level monks. Many contain links to extremely educational material. I wholeheartedly second his suggestion.

  • Enjoy yourself, but not at the expense of others. Yes, this is restating some of the things I mentioned earlier, but remember that your peers are professionals who participate for a variety of altruistic reasons. Respect that.

At lot of these ideas have been expressed earlier, often far more succinctly and eloquently. You'll find many of these on the home nodes Blue mentioned. Here are a few to get you started: Turnstep, ybiC, Ovid, tilly, and (of course) merlyn.

Again, feel free to participate; that's what the community is for.

--f

Update:  Added a couple of points stemming from CB feedback; also, fixed a few typos.


In reply to Re: Newbie Monk Seeking Enlightenment by footpad
in thread Newbie Monk Seeking Enlightenment by azatoth

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 admiring the Monastery: (5)
As of 2024-04-19 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found