Texto :: Asciable

Texto :: Asciable es un módulo Perl para crear una mesa con formato agradable mediante caracteres ASCII.
Descargar ahora

Texto :: Asciable Clasificación y resumen

Anuncio publicitario

  • Rating:
  • Licencia:
  • Perl Artistic License
  • Precio:
  • FREE
  • Nombre del editor:
  • Hkon Nessj
  • Sitio web del editor:
  • http://search.cpan.org/~lunatic/Text-ASCIITable-0.18/lib/Text/ASCIITable.pm

Texto :: Asciable Etiquetas


Texto :: Asciable Descripción

Texto :: Asciable es un módulo Perl para crear una mesa con formato agradable con caracteres ASCII. Texto :: Asciable es un módulo Perl para crear una mesa con formato agradable mediante caracteres ASCII.Synopsis Use texto :: Asciable; $ t = Texto :: Asciable-> Nuevo ({HeadingText => 'Cesta'}); $ t-> setcols ('id', 'nombre', 'precio'); $ t-> Addrow (1, 'Producto ficticio 1', 24.4); $ t-> Addrow (2, 'Producto ficticio 2', 21.2); $ t-> Addrow (3, 'Producto ficticio 3', 12.3); $ t-> addrowline (); $ t-> Addrow ('', 'Total', 57.9); Imprimir $ t; # Resultado: .------------------------------. | Cesta | + ---- + ----------------- + ------- + | ID | Nombre | Precio | + ---- + ----------------- + ------- + | 1 | Producto ficticio 1 | 24.4 | | 2 | Producto ficticio 2 | 21.2 | | 3 | Producto ficticio 3 | 12.3 | + ---- + ----------------- + ------- + | | Total | 57.9 | '---- + ----------------- + -------' Requisitos: · Requisitos de Perl: · Perl


Texto :: Asciable Software relacionado

Svn :: acl

SVN :: ACL es una Frontend Simple Perl para hacer el SVNServe.conf, Passwd, Authz para Subversion. ...

241

Descargar