Help for this page
# Option 1: my $item_regex = qr/ ... print "$1, $2, $3\n" while (/\G$item_regex/g); } }