in reply to format trouble

Yes, the problem is you're using formats ;D try Perl6::Form instead, its just a regular function call, no special global vars, just form( $format, $var, $format, $var... )

Replies are listed 'Best First'.
Re^2: format trouble (Perl6::Form)
by Anonymous Monk on Oct 18, 2015 at 19:18 UTC

    Will do thanks.grasshopper!!!