NAME

Term::DataMatrix - Generate terminal base DataMatrix 2D Code

SYNOPSIS

use Term::DataMatrix;
print Term::DataMatrix->new->plot('Some text here.') . "\n";

DESCRIPTION

Term::DataMatrix is allows you to generate DataMatrix Code for your terminal.

Based on the code for Term::QRCode.

METHODS

new
$dmcode = Term::DataMatrix->new();

The new() constructor method instantiates a new Term::DataMatrix object.

plot($text)
$text = $dmcode->plot("blah blah");

Create a DataMatrix Code text for terminal.

AUTHOR

Dan Church <h3xx [a] gmx <d> com>

SEE ALSO

Term::QRCode

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.