<%args>
- Looks like real Perl, but isn't
<%args> # Default to 5 $size => 5 # Required @items # Defaults to an empty hash %labels => () </%args>
- declaration (name + default) cannot be >1 line.
- Args become lexically-scoped variables inside the component.