Help for this page

Select Code to Download


  1. or download this
    # DFV profile:
    constraints => {
        customer_name => My::Customer->from_cgi
    }
    
  2. or download this
    # object implementation
    package My::Customer;
    ...
            }
        };
    }