![]() |
![]()
| ![]() |
![]()
NAMEText::QRCode - Generate text base QR Code SYNOPSISuse Text::QRCode; my $arrayref = Text::QRCode->new()->plot("Some text here."); print join "\n", map { join '', @$_ } @$arrayref; # You will get following output. ******* * ** ******* * * * * * * * *** * * *** * * *** * ** * *** * * *** * * * * *** * * * **** * * ******* * * * ******* * ** ** ** * *** * * * ** *** * * * **** * * ** * * * * * * ** *** ** * *** ** ** * ** * ** * ******* ***** *** * * * ** * **** * *** * * * * * * *** * * ** * * * *** * *** * *** * * ** * * *** ******* * * **** DESCRIPTIONThis module allows you to generate QR Code using ' ' and '*'. This module use libqrencode '2.0.0' and above. METHODS
INSTANT METHODS
SEE ALSO"Imager::QRCode", "Term::QRCode", "HTML::QRCode", "http://www.qrcode.com/", "http://megaui.net/fukuchi/works/qrencode/index.en.html" AUTHORYoshiki Kurihara "<kurihara __at__ cpan.org>" LICENCECopyright (c) 2013, Yoshiki KURIHARA "<kurihara __at__ cpan.org>". This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|