Hello. I'm trying to use the Safe module.
The problem I'm having is that, if the code calls an undefined subroutine, no error is reported if one of the parameters is a call to a Safe::Hole wrapper.
For example:
# "foo" is undefined # "bar" is a Safe::Hole wrapper foo(bar()); # no errors reported - not expected behavior foo(); # Undefined subroutine reported as expected
Any suggestions?
In reply to Safe module and undefined subroutines by bovlb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |