Story time… In 2013, the company I work for acquired another company and everything that came with it. They had an e-commerce website using PayPal as the payment processor. It was an outdated site that needed work on both the front and back ends, but we were reluctant to touch it since it wasn’t broken….
Tag: perl
Creating PDF’s with Perl
I’ve long been a user of PDF::API2, a module available for Perl. I use it everyday at work and along with a few other modules, it has made Perl an invaluable tool for me. Being able to generate PDF’s for reports and documents allow for a bevy of automation shortcuts where traditional Data Merging, or…