Help for this page

Select Code to Download


  1. or download this
    # encode string $code as codabar image $bar
    my $bar = makebarcode ($code);  # Working! Thank you!
    ...
    
    # Don't work neither.
    $gfx->xo_codabar($bar, $x, $y, $scale, $frame)
    
  2. or download this
    $gfx->image($bar, $x, $y, $scale);
    
  3. or download this
    # Works! 
    $gfx->formimage($bar, $x, $y, $scale);