Help for this page

Select Code to Download


  1. or download this
    my $tab = 8;
    
    ...
    hello    57    *45    78
    there    *57    93    *83
    dude    78    23    *45
    
  2. or download this
    my $fixed = join '', map { $_ . ' 'x(((int(length()/$tab)+1)*$tab)-len
    +gth) } split /\t/;