Term::DataMatrix - Generate terminal-based DataMatrix 2D barcode
 
 
Go to file
Dan Church b10e188213
CI: Update POD spell list
2023-09-25 10:53:34 -05:00
doc
lib/Term
t
util
xt
.editorconfig
.gitignore
CHANGELOG.md
MANIFEST.SKIP
Makefile.PL
README.md
term-datamatrix.PL
term-datamatrix.in

README.md

Term::DataMatrix Perl Module

Display Data Matrix 2D barcodes on the terminal.

Usage

After installing, use term-datamatrix <TEXT> to generate a barcode:

term-datamatrix 'hello world'

Installation

Term::DataMatrix can be installed through CPAN:

cpan Term::DataMatrix

Otherwise, download it, unpack it, then build it as per usual:

perl Makefile.PL
make && make test && make install

Documentation

Term::DataMatrix is self-documenting using POD:

perldoc Term::DataMatrix

to read the documentation online with your favorite pager.