Help for this page

Select Code to Download


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