Help for this page

Select Code to Download


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