in reply to Re: Perl6::Form Issues with Zero-Padding and Declarative Width
in thread Perl6::Form Issues with Zero-Padding and Declarative Width

Per Response, editted initial post to the basics.
  • Comment on Re^2: Perl6::Form Issues with Zero-Padding and Declarative Width

Replies are listed 'Best First'.
Re^3: Perl6::Form Issues with Zero-Padding and Declarative Width
by Loops (Curate) on Nov 18, 2014 at 02:17 UTC

    Change:

    "{<<{15}<<}|{>(5)>}|{><}|{<<{15}<<}|{>(5)>}%|"
    to:
    "{<{15}<}|{>{5}>}|{><}|{<{15}<}|{>{5}>}%|"
    Update: Which only removes the error message... padding issue still remains as AM says.