Skip to content

Instantly share code, notes, and snippets.

@myfinder
Created November 3, 2009 11:22
Show Gist options
  • Save myfinder/224953 to your computer and use it in GitHub Desktop.
Save myfinder/224953 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use Imager;
use Imager::QRCode qw(plot_qrcode);
use Encode;
my $img = plot_qrcode('http://mbkr.jp/_kw_l?i=155923');
$img->write(file => "qrcode.gif");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment