- or download this
eval q{
local $@;
call_undefined_subroutine_or_another_error("argument");
};
- or download this
eval q{
call_undefined_subroutine_or_another_error("argument");
};
- or download this
BEGIN {
call_undefined_subroutine_or_another_error("argument");
}