Help for this page
while ($sequence =~ /$substring/g) { $count++ }
while (<FILE>) { $count += () = /$substring/g; }