Hello, within a perl module, I need to access content included with this module, but stored in separate files (WSDL definitions in my case). If my module lies in /usr/lib/perl5/xxx/MyModule.pm , the WDSL files could be stored in /usr/lib/perl5/xxx/MyModule/WS DLs/*.wsdl or similar. But how can the perl module find out where it has been loaded from? The