The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:GD-Barcode GD"

GD::Barcode - Create barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". From 1.14, you can use this module even if no GD (except plot method). new *$oGdBar* = GD::Barc...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::ITF - Create ITF(Interleaved2of5) barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::ITF is a subclass of GD::Barcode and allows you to create ITF barcode image with GD. new *$oGdBar* = GD::Barcode::ITF->new(*$sTxt*); Constructor. Creates a GD::Barcode::ITF object for *$sTxt*. *$sTxt* has numeric characters([0-9]). plot(...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::NW7 - Create NW7 barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::NW7 is a subclass of GD::Barcode and allows you to create NW7 barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::NW7->new(*$sTxt*); Constructor. Creates a GD::Ba...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::EAN8 - Create EAN8(JAN8) barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::EAN8 is a subclass of GD::Barcode and allows you to create EAN8(JAN8) barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::EAN8->new(*$sTxt*); Constructor. Creates...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::UPCA - Create UPC-A barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::UPCA is a subclass of GD::Barcode and allows you to create UPC-A barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::UPCA->new(*$sTxt*); Constructor. Creates a GD...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::UPCE - Create UPC-E barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::UPCE is a subclass of GD::Barcode and allows you to create UPC-E barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::UPCE->new(*$sTxt*); Constructor. Creates a GD...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::EAN13 - Create EAN13(JAN13) barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::EAN13 is a subclass of GD::Barcode and allows you to create EAN13(JAN13) barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::EAN13->new(*$sTxt*); Constructor. Cre...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::QRcode - Create QRcode barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::QRcode is a subclass of GD::Barcode and allows you to create QRcode barcode image with GD. This module based on "QRcode image CGI version 0.50 (C)2000-2002,Y.Swetake". new *$oGdBar* = GD::Barcode::QRcode->new(*$sTxt*, { Ecc => *Ecc Mode*...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::Code39 - Create Code39 barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::Code39 is a subclass of GD::Barcode and allows you to create CODE-39 barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". new *$oGdBar* = GD::Barcode::Code39->new(*$sTxt*); Constructor. Create...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::IATA2of5 - Create IATA2of5 barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::IATA2of5 is a subclass of GD::Barcode and allows you to create IATA2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::IATA2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::IATA2of5 object for *$sTxt*. *$sTxt* has numeric char...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::COOP2of5 - Create COOP2of5 barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::COOP2of5 is a subclass of GD::Barcode and allows you to create COOP2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::COOP2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::COOP2of5 object for *$sTxt*. *$sTxt* has numeric char...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::Matrix2of5 - Create Matrix2of5 barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::Matrix2of5 is a subclass of GD::Barcode and allows you to create Matrix2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::Matrix2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::Matrix2of5 object for *$sTxt*. *$sTxt* has nume...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC

GD::Barcode::Industrial2of5 - Create Industrial2of5 barcode image with GD River stage two • 10 direct dependents • 13 total dependents

GD::Barcode::Industrial2of5 is a subclass of GD::Barcode and allows you to create Industrial2of5 barcode image with GD. new *$oGdBar* = GD::Barcode::Industrial2of5->new(*$sTxt*); Constructor. Creates a GD::Barcode::Industrial2of5 object for *$sTxt*. ...

MICHIELB/GD-Barcode-2.00 - 13 Sep 2023 21:00:16 UTC
13 results (0.05 seconds)