Help for this page

Select Code to Download


  1. or download this
    my %struct= (80_000 other hashes);
    for my $key (sort keys %struct) {
        print {LOGFILE} Dumper $struct{ $key };
    };