Help for this page

Select Code to Download


  1. or download this
    use strict;
    use IO::File;
    ...
    </html>
    HTML
    ;
    
  2. or download this
    my $wordcount = $text =~ /\w+/g;