use GD::Barcode::ITF; binmode(STDOUT); print "Content-Type: image/png\n\n"; print GD::Barcode::ITF->new('1234567890')->plot->png;