- or download this
print " " x ($lenght_date), $count{$_}->{$date[$i]};
- or download this
printf "%${lenght_date}s ", $count{$_}->{$date[$i]};
- or download this
print map { sprintf "%7d", $_ } @tasks;
- or download this
print map { sprintf "%${lenght_date}s " } @tasks;