Thread Module-Path ermitteln (8 answers)
Opened by esskar at 2005-04-08 01:03

esskar
 2005-04-08 01:03
#53581 #53581
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Hi.
Gibt es ne Möglichkeit, den Pfad heraus zu finden, in dem ein Modul liegt?
also
Code: (dl )
1
2
3
4
5
6
7
package A;

sub new {
print MyPath;
}

1;


Code: (dl )
1
2
use A;
my $a = A->new;


sollte nun eine Dateipfad ausgeben!

View full thread Module-Path ermitteln