Help for this page
use GD::Barcode::ITF; ... print "Content-Type: image/png\n\n"; print GD::Barcode::ITF->new('1234567890')->plot->png;
use GD::Barcode::ITF; ... print "Hello, this is the text of this screen<p>"; print GD::Barcode::ITF->new('1234567890')->plot->png;