Hi, I have made a module that makes it easy to print tables like this: .----+-----------+------------------. | id | nick | name | >---+-----------+-----------------< | 1 | Lunatic-| | Håkon Nessjøen | | 2 | tesepe | William Viker | | 3 | espen | Espen Ursin-Holm | | 4 | bonde | Martin Mikkelsen | '----+-----------+------------------'
I thought about calling it Text::ASCIITable or Text::ATable. Any objections? -- Håkon Nessjøen LUNATIC