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.
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.
This might be something that you just hook up to Perl with Inline::Java or Inline::C using the code the USPS provides.
精彩评论