Help for this page

Select Code to Download


  1. or download this
    my $pad = ' ' x $wide;
    ...
    $_ = substr($_ . $pad, 0, $wide);
    print $_, "\r";
    
  2. or download this
    printf "%-${wide}.${wide}s\r", $_;