I have some content on my STDOUT and i want that content need to be arranged in to a descent table.
Can anyone suggest me a Perl module that does handle this kind of requirement
Thanks in Advance, any small help is appreciated.
Thanks!
Aditya
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Text::TableandText::ASCIITablemake two different outputs, the latter having outlines. I’m sure there are more hanging around CPAN. You also might look at formats, a little-used bit of Perl functionality, meant for formatting reports.