Help for this page

Select Code to Download


  1. or download this
    eval { SOME_RISKY_CODE };
    if( $@ ) {
        DEAL_WITH_ERROR
    }