in reply to Re: Perl command line for table join functionality
in thread Perl command line for table join functionality

How about this ?

perl -ne 'print if ($seen{$_} .= @ARGV) =~ /10$/' fileA fileB >output