http://www.perlmonks.org?node_id=998616


in reply to Re: Perl Format the Output in table
in thread Perl Format the Output in table

Thank you very much for the help.

But 'Output.txt'have got dynamic data.The week Number Will keep on change when ever i pull data from Maillog for current month.

print "Domain/WeekNumber\tWeek28\tWeek29\tWeek30\tWeek31\n"; and for my $week (qw(28 29 30 31)) will not work for me since the week number chnages every month.