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