my $string = "hello,'world, yo',matt"; my @result = $string =~ /(\.+),('.+'),(.+)/; print qq($_\n) for @result;