in reply to
Concordance Printing of Two Arrays
Just making sure you know about
Data::Dumper
. Then you could explore contents of data structures very easily, like this:
use Data::Dumper; print Dumper \@alp;
[download]
Comment on
Re: Concordance Printing of Two Arrays
Download
Code
In Section
Seekers of Perl Wisdom