Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       printf "%-20.20s %02d:%02d %5d %8.4f\n",
          $r->[0], $r->[1], $r->[2], $r->[3], $r->[4];
    }
    
  2. or download this
    hello there          09:07    42   3.1416
    another string       12:09   123  69.1230