Help for this page
#!/usr/bin/perl ... }
my $file1_data = ProcessFile("File1"); my $file2_data = ProcessFile("File2"); ... return \%data; }