in reply to Re: variable quantifiers?
in thread variable quantifiers?

The problem is the ambiguity of '$c{$min}' like AnomalousMonk already explained.

eval also only operates on strings. So it won't allow to solve this variable interpretation problem differently, it'll only add more complexity.

Cheers Rolf

( addicted to the Perl Programming Language)