Query: text::qrcode
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Text::QRCode(3pm) User Contributed Perl Documentation Text::QRCode(3pm)NAMEText::QRCode - Generate text base QR CodeSYNOPSISuse Text::QRCode; my $arrayref = Text::QRCode->new()->plot("Some text here."); print join " ", 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.METHODSnew $qrcode = Text::QRCode->new(%params); The "new()" constructor method instantiates a new Text::QRCode object. "new()" accepts some parameters are the same as "Imager::QRCode". plot($text) $arrayref = $qrcode->plot("blah blah"); Create a QR Code map. This method returns array reference ploted QR Code with the given text.INSTANT METHODSplot_qrcode($text, \%params) Instant method. $text is input text. %params is same parameter as "new()".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) 2007, 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. perl v5.14.2 2011-11-15 Text::QRCode(3pm)
Related Man Pages |
---|
pod::perldoc::totext(3pm) - mojave |
pod::perldoc::totext(3pm) - osx |
imager::qrcode(3pm) - debian |
test::valgrind::parser::text(3pm) - debian |
text::trac(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Perl Split for text in file |
Help with File processing |
Making case insensitive perl statement |
Perl and qw |
Text manipulation help |