in reply to Re: General Purpose String Padding
in thread General Purpose String Padding
Perl6::Form does not seem to be a solution to a simpler form of this.
I would still need to create the template by using something like:
my $template = $dir eq 'R' ? '<' x $max_length : '>' x $max_length;
Still quite a nice module though, I will have to remember it for general formatting in the future.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: General Purpose String Padding
by ikegami (Patriarch) on Feb 01, 2006 at 21:19 UTC |