Is there a way to, at runtime, determine the path of the module currently in use? I've completely removed a .pm file from my working directory yet the script that uses it is still managing to find it. In other words, 'use modulename;' is working even though the file doesn't exist. This is being called from a CGI.
Any ideas?
Thanks.
-Matt