Help for this page

Select Code to Download


  1. or download this
    constraints => {
        customer_name => {
    ...
            }
        }
    }
    
  2. or download this
    constraints => {
        customer_name => My::Customer->complex_constraint,
    }