It's a prototype.
Without the prototype, you'd have to do
pie sub { CODE }, SCALAR, LIST
or
pie &func, SCALAR, LIST
With the prototype, you can also do
pie { CODE } SCALAR, LIST
In reply to Re^3: -pi -e argv repeater
by ikegami
in thread -pi -e argv repeater
by jettero
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |