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

So -- the question is: am I breaking Perl6::Form by using it incorrectly? Should I be filing a bug report? Or am I just doing it wrong?

Too much data presented to answer any questions

You need to boil down your question to one function call with one set of data

my $data = Dumper output here print form .... $data...

This is the beginning :)

Replies are listed 'Best First'.
Re^2: Perl6::Form Issues with Zero-Padding and Declarative Width
by AnaximanderThales (Novice) on Nov 18, 2014 at 01:37 UTC
    Per Response, editted initial post to the basics.

      Change:

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