#!/usr/bin/perl -w

use Imager::QRCode;

my $img = Imager::QRCode::plot_qrcode("https://tzafrir.org.il/~tzafrir/fosdemqr/", {});
$img->write(file => "qrcode.gif");
