At my last job I was in charge of a project to rebuild an ecommerce transaction system in Perl.
This invloved a Perl based server cluster (i.e: servers written in Perl communicating with each other), CGI apps running under apache and various security and reporting tools. The CGI calls went in and around the servers and through to the database or to the banks to process the credit card.
The cluster had (at that time) 4 tiers of operation with each tier able to communicate to the tier on either side.
Additionally, the whole admin and reporting system used HTML::Template (at the time I was there).
This system provided the technology for the core part of the business which was to process credit cards. Hence without this system there would be no business.
I don't know how they support Perl at that company as I no longer work there but I suspect that apart from buying books and advocating the language to clients/workers there is little else done.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.