Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Are there people here who would refuse to use a perl that was built without taint checking capability ?

There is at least one! Probably 80% of the Perl I write is either public-facing or at least untrusted-user-facing and therefore I use taint mode a lot and am extremely grateful for its demonstrable bacon-saving properties. Without it, perl would become much more dangerous with the upshot that it would either require some sort of front-end or wrapper which would peform the same task (tricky) or else $WORK would have to start looking at alternative languages. The latter would be a body blow as Perl is by far the best language in the toolbox.

I can see the attraction to TPTB given that they might not have much/any use for taint mode themselves but to excise such a fundamentally important part of the system just for a speed gain seems like throwing the baby out with the bathwater. And if you, dear reader, feel that it would be no great loss then take care because next time it might well be your favourite feature which is to be deleted. I can only hope that sense prevails.


🦛


In reply to Re: Proposed change regarding "Taint" support by hippo
in thread Proposed change regarding "Taint" support by syphilis

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 contemplating the Monastery: (4)
As of 2024-04-24 22:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found