sub foo $foo, *@bar {
...
}
You may find this ugly. I do think it's ugly, but wonder if it's
allowed.
Juerd
How do we know that's not declaring an anonymous function where the
first parameter is of type "foo"? Also, as soon as you start applying
traits, they look like they belong to the final parameter. The computer
can probably figure most of these things out, but I think we need to
pity the human here.
Larry