Subject: | Documentation synopsis has semicolon typo |
The synopsis has this example:
use macro add => sub{ $_[0] + $_[1] };
say => sub{ print @_, "\n"};
The semicolon on the first line should be a comma, apparently. There is no syntax information given as to the correct form for multiple macros defined in one "use" statement.