in reply to Validating Comma Delimited String
... start, 4 digits, then any number of comma followed by 4 digits up to end (and then stop).
... and having validated, then you can split(/,/, $string) to "capture" the numbers.