use strict; use warnings; use List::Compare; $| = 1; # Disable output buffering for (1..10) { print '.'; sleep 1; } open F, "; my @b=; my $lc = List::Compare->new(\@a,\@b); my @intersection = $lc->get_intersection; my @firstonly = $lc->get_unique; my @secondonly = $lc->get_complement; #print "Common Items:\n"."@intersection"."\n"; print "Please configure and create dump in Databse !!\n"."\n@firstonly"."\n"; print "please give the input URL for the following !!\n"."\n@secondonly"."\n"; close F; close S;