Building simplicidade.org: notes, projects, and occasional rants

Crazy QRCode tool

Crazy... A QR Code generator that outputs HTML.

To use:

cpan HTML::QRCode
perl -MHTML::QRCode -e 'print HTML::QRCode->new->plot($ARGV[0])' TEXT

Replace TEXT with the string you want to encode. For example, a QR Code for http://www.simplicidade.org/notes/ looks like this in HTML:

Who said tables where dead?

Next step: search for a barcode-in-HTML generator.