Help for this page

Select Code to Download


  1. or download this
    sub pad($$) {
        my $string = shift;
    ...
    
    print pad 123, 5; print "\n";
    print pad 59230, 10;
    
  2. or download this
    00123
    0000059230