in reply to Can I catch exceptions
Just turn off warnings for that bit of code:
if( do{local($^W)=0; $x == $y } ) { # ... [download]