in reply to Re: (golf)String Concats or: playing with substr()
in thread (golf)String Concats or: playing with substr()
I would post results, but the data is sensitive. (SS#'s, names, and such...)sub format_text { my %args = (@_); sprintf( "%$args{length}f", $args{string} ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (golf)String Concats or: playing with substr()
by chipmunk (Parson) on May 18, 2001 at 23:37 UTC | |
by Albannach (Monsignor) on May 18, 2001 at 23:42 UTC | |
by one4k4 (Hermit) on May 21, 2001 at 17:24 UTC |