One thing that's going to be very useful IMO
is newer function bindings.

Us perlers don't really care, matching $@
after the sub is cool.

But having off-the-mill function "declarations"
that look a lot like function declarations in
other more common languages

(e.g.
sub f($a, $b)
)

might help *a lot* in getting people to read perl code.

Gonna try that one out for sure! 

Reply via email to