I’m not really sure what to call these type of expressions, so an example would be easier…
Is there a way in Perl to evaluate expressions like a < b <= c? I have a configuration file that allows the user to provide conditional expressions for certain actions. Rather than splitting the condition into two parts (as I would normally do in code), I’d like to represent it this way, if possible.
That’s coming in Perl 6, for sure. But unfortunately, I don’t think it’s one of the things from Perl 6 borrowed by Perl 5.10.