I have a string of comma delimited numbers and I want to replace the last comma with ' and '.
I can write a regexp to find the last instance of ', ', but I haven't been able to figure out how to replace just that. It drops the last order number from the string
$ord_list = '12345678, 23456789...