if (Product::isa_Real_Object( $data_ref )) { &call_real_product_code( $data_ref ); } else { &call_potential_product_code( $data_ref ); }