Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

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

A couple more for you (with merlyn's clarification), based on what I've learned over the years:

  • Never use programs from Matt's Script Archive? (technically, this goes into the whole 'never run something without understanding what it's doing' category)
  • Never assume that a file/socket/db handle/whatever opened successfully
  • Never write your own CGI parsing routines without a really good reason to avoid CGI or CGI::Lite
  • Never use the single argument form of exec or system
  • Never test for taint by looking for known bad characters. (instead, look if there are any characters that aren't known to be good).
  • Never pass input to exec or system without first checking for taint.
  • Never assume that e-mail happens immediately, or reliably.
  • Never trust a Sicilian when death is on the line
  • Never waste time optimizing your code before you know where the real bottlenecks are. (see Optimization: Your Worst Enemy and Premature Opmization)
  • Never assume that what you're writing is going to be short lived (unless you delete it immediately after writing it).
  • Never forget the importance of descriptive, unambiguous variable, function, and package names, or the importance of comments and documentation

I'll probably have more to add later....


In reply to Re: Never, never, never by jhourcle
in thread Never, never, never by johnnywang

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 making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found