- or download this
readFile( 'Text1', \@array1, \@data1 );
readFile( 'Text1', \@array2, \@data2 );
...
close $fh;
return;
}
- or download this
use Data::Dump qw/ dd /;
## this?
...
dd( \%RedText, \%DerText );
}
- or download this
"entry_id", "fist_number", "second_letter"
$hash{"entry_id"}{"fist_number"} = "second_letter";
$bothfiles{first_file}{"entry_id"}{"fist_number"} = "second_letter";