in reply to variable quantifiers?

There is always eval STRING if nothing else works.

Replies are listed 'Best First'.
Re^2: variable quantifiers?
by LanX (Saint) on Jan 07, 2014 at 08:58 UTC
    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)

Re^2: variable quantifiers?
by Anonymous Monk on Jan 07, 2014 at 07:02 UTC
    Not in this case... Try and see!