Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any existing Perl wrappers for USPS's new Intelligent Mail barcoding?

Tags:

perl

The USPS provides a C library and a Java wrapper for generating their new Intelligent Mail barcodes. Has anyone found a Perl wrapper? I've used SWIG once before but wanted to see if it's already been done before I went to the trouble. My searching so far has only led to those spam sites that pretend to have whatever your search terms are.

like image 652
Brad Mace Avatar asked Oct 01 '10 21:10

Brad Mace


2 Answers

This was recently asked at PerlMonks http://www.perlmonks.org/?node_id=859562. They couldn't find it so unless someone's just done it, it's pretty safe to say -- No.

like image 182
igelkott Avatar answered Nov 15 '22 07:11

igelkott


This might be something that you just hook up to Perl with Inline::Java or Inline::C using the code the USPS provides.

like image 39
brian d foy Avatar answered Nov 15 '22 07:11

brian d foy