Help for this page
use strict; use warnings; ... say shift @matches, "match: '", shift @matches, "'" while @matches +; }
Example 1: match: '413-577-1234' Example 3: match: '413.233.2343' ... Example 7: match: '1 (413) 555-2378' Example 8: match: '4135552378' Example 9: match: '413 789 8798'