Help for this page
#!/usr/local/bin/perl use strict; ... while $str =~ /([ac])([bd])/g; print Dumper \@matches;