登录
上传中....
perl生成纯html代码二维码实例
需要依次安装 qrencode、text-qrcode、html-qrcode
#!/usr/bin/perl use html::qrcode; my $text = 'http://jb51.net/'; my $qrcode = html::qrcode->new->plot($text); print <<"html"; $qrcode html
生成的二维码是纯html代码,效果如: