Help for this page

Select Code to Download


  1. or download this
    
    my @files = qw(file_a.txt file_b.txt file_c.txt file_d.txt file_e.txt)
    +;
    
  2. or download this
    
    my %words_in_files = (
    ...
        'file_e.txt'    => 10
    );
    
  3. or download this
    
    aaaaaaaaaabcccdddddeeeeeeeeee
    
  4. or download this
    
    my @indexes_of_files = (
    ...
    
    my $total_number_of_words = 29;
    
  5. or download this
    
    my @indexes_of_files = (
    ...
    
    my $total_number_of_words = 24;    #previously 29