Created
November 3, 2009 11:22
-
-
Save myfinder/224953 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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