Help for this page
DADADDDADDD
#!/usr/local/bin/perl my @chars = ('A','D',); ... while ($string =~ /DA/g) { $count++ } print "There are $count DA's in the string \n "; print $string ;