Help for this page
#!/usr/bin/perl use strict; use warnings; ... my @t = localtime($epoch_time); return sprintf("%02d %s %d", $t[3], $month[ $t[4] ], $t[5]+1900); }
my $data= [ [ '1', '2', '3', ], [ '1', '2', '3', ] ];