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??

Oh, I can help you there. I write Perl code for a living, and that code operates in two different environments. In a Company-internal environment, I use Perl 5.8.5, and all the modules I want. I use a variety of modules, and would generally prefer to use a module than write the code myself, provided said module isn't junk. I imagine you have similar experiences, but that's not my point.

The problem lies in the other environment - a highly controlled production environment, servicing tens of millions of customers. I cannot simply place new modules in that environment - I have to get all the code certified before release. Even harder than getting a module out there, is updating Perl itself, as that would necessarily trigger a full-scale regression of all existing deployed code, not to mention the re-certification of Perl itself. No one has that kind of budget, and so I necessarily work with an old version of Perl, and a limited set of modules. There are further restrictions, but I won't go into those.

Our production environments have a tendency to operate on the "if it ain't broke" mentality, and even though I don't like it, I understand it.



pbeckingham - typist, perishable vertebrate.

In reply to Re^4: Exploring the color palette by pbeckingham
in thread Exploring the color palette by pbeckingham

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 sharing their wisdom with the Monastery: (4)
As of 2024-04-20 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found