in reply to Re^2: Testing if A is in a record, The B must be in the Record
in thread Testing if A is in a record, The B must be in the Record
Even with P::RD, you'd be better off doing the test at the end as you are doing now. It greatly simplifies the grammar. In technical terms, it's best to seperate syntax from semantics. It sounds like you have a good solution.