my($b,$c)=glob<>; if($b==$c){ print "Yes\n"; }else{ print "No\n"; }