in reply to Perl6::Form question

G'day yunglean808,

In the first question you asked here, "text::table formatting with HTML", you wrote the module name using all lowercase characters (it should've been Text::Table). It's important that you use the correct case for module names (and in many other places).

Here, in your second question, you appear to have done it again with 'perl6::form'. I assume you mean Damian Conway's Perl6::Form module.

If that assumption is correct, follow the link to that module, scroll down to "in Perl 6 we could write:", and see the example.

To render the output in HTML, just wrap it in <pre>...</pre> tags.

— Ken

Replies are listed 'Best First'.
Re^2: Perl6::Form question
by yunglean808 (Novice) on Jul 17, 2015 at 19:53 UTC
    Thank you very much that helped a lot! Also, I adjusted the titles excuse the case issue.