in reply to Re^4: use, require, import and use arguments
in thread use, require, import and use arguments

The reason it dies is because foo is called first in the block above import.

Soo, um, don't do that then? :)

eval { foo(); }; # I die, don't call me without a full path to real di +rectory return 1;