Acme-PM-Barcelona
view release on metacpan or search on metacpan
lib/Acme/PM/Barcelona/12x5_ca.pod view on Meta::CPAN
=item * H recupera el 30%
=back
=head3 GD::Barcode::QRcode
Generar un codi QR és molt senzill:
use GD::Barcode::QRcode;
binmode(STDOUT);
print GD::Barcode::QRcode->new('http://perl.cat/')
->plot
->png;
=head3 Image::DecodeQR
Llegir un codi QR és encara més senzill:
use Image::DecodeQR;
( run in 0.611 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )