my %x; $x{$_} = undef for @selected_data; my %y; $y{$_} = undef for @all_data; my $total; foreach my $k ( keys %x ) { $total++ if exists $y{$k}; } print "Count -> $total\n";
In reply to Re: Can I get better approach to get solution
by dragonchild
in thread Can I get better approach to get solution
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |