Help for this page

Select Code to Download


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