Help for this page

Select Code to Download


  1. or download this
    my @files = qw(File1.txt File2.txt);
    my %tree;
    ...
            }
        }
    }
    
  2. or download this
    use Data::Dumper;
    print Dumper \%tree;
    
  3. or download this
    foreach my $iteration (@iterations) {
        print "$iteration\n";  # section header
    ...
            }
        }
    }