in reply to
print a tabular report using perl
You didn't specify a FORMAT string to
printf
in your loop.
For tables, see
Text::Table
For SVN, see
SVN::Log
(and other friends on CPAN)
If you have newlines, see Tip #3 from the
Basic debugging checklist
:
chomp
No need to "require" when you also
use
Comment on
Re: print a tabular report using perl
In Section
Seekers of Perl Wisdom