Giter VIP home page Giter VIP logo

array-printcols's Introduction

Array::PrintCols, version 2.6, is a Perl module which defines a
subroutine to print arrays of elements in alphabetically,
vertically sorted columns.  Optional arguments can be given to
control either the width or number of the columns, the total width
of the output, and the amount of indentation.

Release 2.2 includes prototype definitions for format_cols and
print_cols, and improved testing, based on the Test::More module.

Release 2.1 included: a new routine, "format_cols", which returns
the formatted result as a string (thanks to Gisle Aas
<[email protected]> for the suggestion); some slight changes to the
test routine; some improvements to the documentation.

The module has embedded POD text with which man or HTML pages can be
created.

For detailed usage information, you can do:

    pod2man PrintCols.pm | nroff -man 

The module is accompanied with Makefile.PL, this README, a test
program, reference test output files, under the "tests" directory,
and the GNU License, under which this software is freely
available.

To install the software:

	perl -MCPAN -e 'install Array::PrintCols'

or (the "old" way):

	gunzip Array-PrintCols-2.6.tar.gz
	tar xvf Array-PrintCols-2.6.tar
	cd Array-PrintCols-2.6
	perl Makefile.PL
	make
	make install


The archives are available at the nearest CPAN site
(http://cpan.perl.org), under the directory "modules/Array".

Contributions or improvements are welcome.
_________________________________________
Alan K. Stebbens       <[email protected]>

array-printcols's People

Contributors

aks avatar neilb avatar

Watchers

 avatar  avatar

Forkers

neilb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.