- or download this
sub array_each_orHash {
my $comparator = shift;
...
return code( \&$handleArrayOrHash );
}
- or download this
sub array_each_orHash {
my $comparator = shift;
...
return code( \&$handleArrayOrHash );
}
- or download this
use strict;
use warnings;
...
}
1;