in reply to Can I catch exceptions

Just turn off warnings for that bit of code:

if( do{local($^W)=0; $x == $y } ) { # ...

        - tye (but my friends call me "Tye")