Help for this page
#!/usr/bin/perl use strict; use warnings; ... $count++ while /a/g; print "$count\n";
#!/usr/bin/perl use strict; use warnings; ... my $count =()= /a/g; print "$count\n";