Help for this page

Select Code to Download


  1. or download this
    eval q{
        local $@;
        call_undefined_subroutine_or_another_error("argument");
    };
    
  2. or download this
    eval q{
        call_undefined_subroutine_or_another_error("argument");
    };
    
  3. or download this
    BEGIN {
        call_undefined_subroutine_or_another_error("argument");
    }