# If there isn't exactly one price property, print a warning.
if (scalar(@prices) != 1) {
   EDF::print_warning("Expected 1 PVal named Price; found" .
      scalar(@prices));
}

Copyright © Legal Notices