Posted on October 12th, 2007 under Code, Perl.
A recent Perl-based project called for some parallel processing. I naturally turned first to fork, which I have used successfully in the past. But this time, I needed to share information across the processes - they can’t just run in their isolated worlds. To do this, I had some options, including:
As the title of this article hints, I went with the last one.
Read the rest of this page »
Posted on November 30th, 2004 under Code, Perl.
Details for the installation process for Interchange on Redhat with MySQL, includes a process for using threadless-Perl.
Update: The method has been used successfully on Redhat Fedora/EL3.
Read the rest of this page »
Posted on February 15th, 2004 under Open Source, PHP, Perl.
Vermonster maintains two very powerful modules that allow businesses of all sizes to do business with FedEx®. Both take advantage of FedEx’s API without the need for their heavy Windows-based Atom server, which means it is cross-platform.
- Our Perl FedEx-DirectConnect module is a great solution for Perl applications. It is part of most ISPs’ standard package and available on CPAN.
- Our PHP module is a great PHP solution. It can be found on Freshmeat.
To use this module, there is a registration process to go through with FedEx. If you would like to talk to us about your FedEx® (or shipping in general) project , please fill out our contact form.