Help for this page
#!/usr/bin/perl use Carp; ... foreach $key (keys %category) { $totalfiles += count_text_files("$config{'basepath'}$key"); }