in reply to Re^3: Some Insights from a Traveler Between Languages
in thread Some Insights from a Traveler Between Languages

My bad, I thought you meant 9 as in 9 seconds.

So you basically want a count() operator, then? Ironically, that can be easily implemented using the scalar operator.

sub count { scalar @_ };