Help for this page
use constant { STRAIGHT_LINE_ID => 1, PRORATED_ID => 2, CBP_CUSTOM_ID => 3}; print STRAIGHT_LINE_ID;
use constant STRAIGHT_LINE_ID => 1; use constant PRORATED_ID => 2; use constant CBP_CUSTOM_ID => 3}