Help for this page

Select Code to Download


  1. or download this
    PTN:000-000000:1010001110111010101000111011101010100011101110101000101
    +011101110101000111011101010100011101110101010001110111010101000111011
    +101010100011101110101010001110111010
    Can't locate object method "Small" via package "GD::Font" (perhaps you
    + forgot to load "GD::Font"?) at /usr/local/share/perl5/GD/Barcode/Cod
    +e39.pm line 111, <> line 19.
    
  2. or download this
      my $oGdBar = GD::Barcode::Code39->new("$customer{id}");
      if ( !$oGdBar ) {
       display_menu_error("ERROR: $GD::Barcode::Code39::errStr \n");
    ...
      undef $OUTFILE;
      undef $output;
      system "lpr -r $output";