use GD::Barcode::ITF; print "Content-Type: text/html\n\n"; print "Hello, this is the text of this screen

"; print GD::Barcode::ITF->new('1234567890')->plot->png;