Help for this page

Select Code to Download


  1. or download this
    eval {
        $function_name->();
    };
    ...
            die $e;
        }
    }
    
  2. or download this
    use constant UNDEFINED_SUBROUTINE_ERROR => do {
        eval {
            no strict 'refs';    ## no critic NoStrict
    ...
        }
        ...
    }