Help for this page

Select Code to Download


  1. or download this
    my $string = "The quick brown fox jumps over the lazy dog.";
    my $count = 0;
    $count++ while $string =~ /(the)/gi;
    
  2. or download this
    while (<IN_FILE>) {
      my $count = 0;
    ...
        }
      }
    }