注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
NAME GD::Barcode::QRcode - Create QRcode barcode image with GD SYNOPSIS ex. CGI use GD::Barcode::... NAME GD::Barcode::QRcode - Create QRcode barcode image with GD SYNOPSIS ex. CGI use GD::Barcode::QRcode; binmode(STDOUT); print "Content-Type: image/png\n\n"; print GD::Barcode::QRcode->new('1234567')->plot->png; with UnitSize, ECC settings my $oGdBar = GD::Barcode::QRcode->new('123456789', { Ecc => 'L', Version=>2, ModuleSize => 2} ); DESCRIPTION GD::Barcode::QRcode is a subclass of GD::Barcode a
2007/05/23 リンク