Tekst :: Asciabitable

Tekst :: Asciable is een Perl-module om een mooie geformatteerde tabel te maken met ASCII-tekens.
Download nu

Tekst :: Asciabitable Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • Perl Artistic License
  • Prijs:
  • FREE
  • Naam uitgever:
  • Hkon Nessj
  • Uitgever website:
  • http://search.cpan.org/~lunatic/Text-ASCIITable-0.18/lib/Text/ASCIITable.pm

Tekst :: Asciabitable Tags


Tekst :: Asciabitable Beschrijving

Tekst :: Asciable is een Perl-module om een mooie geformatteerde tabel te maken met ASCII-tekens. Tekst :: Asciable is een Perl-module om een mooie geformatteerde tabel te maken met ASCII-tekens. Synopsis Gebruik tekst :: ASCLIEITEITEITEN; $ t = tekst :: asciable-> nieuw ({headingtext => 'basket'}); $ T-> Setcols ('ID', 'Naam', 'Prijs'); $ t-> addrow (1, 'dummy product 1', 24.4); $ t-> addrow (2, 'dummy product 2', 21.2); $ t-> addrow (3, 'dummy product 3', 12.3); $ t-> addrowline (); $ t-> addrow ('', 'totaal', 57.9); Print $ t; # Resultaat: .------------------------------. | Mand | + ---- + ----------------- + ------- + | ID | Naam | Prijs | + ---- + ----------------- + ------- + | 1 | Dummy Product 1 | 24.4 | | 2 | Dummy Product 2 | 21.2 | | 3 | Dummy Product 3 | 12.3 | + ---- + ----------------- + ------- + | | Totaal | 57.9 | '---- + ---------------- + -------' Vereisten: · Perl-vereisten: · Perl


Tekst :: Asciabitable Gerelateerde software