http://www.perlmonks.org?node_id=95989

skmoorthy has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have a script that can generate barcode labels, specifically one that does the standard code39 generation, with postscript print? Thanks.

Replies are listed 'Best First'.
Re: Barcode label generator
by tune (Curate) on Jul 12, 2001 at 16:31 UTC
Re: Barcode label generator
by stefan k (Curate) on Jul 12, 2001 at 16:53 UTC
    Funny,
    we just had the same problem and solved it using TeX, since we we're already generating some TeX-documents from a perl script.

    We used this package: ftp://ftp.dante.de/pub/tex/fonts/barcodes/willadt/ and the result is very very nice. Furthermore it is easily achieved (once you got that package installed, which is not as easy as it could be).

    If you encounter problems with that package, contact me; maybe I can help.

    Yes, yes, it's not really a perlish answer, but it works very fine!

    Regards... Stefan

Re: Barcode label generator
by Hero Zzyzzx (Curate) on Jul 12, 2001 at 17:54 UTC

    Not to steal merlyn's thunder, but he has (an excellent, as always) column about exactly what you're asking here.