Thread [Win XP / 7] Pfad zum Programm-Verzeichnis (7 answers)
Opened by pktm at 2011-03-30 20:40

pq
 2011-03-30 21:55
#147160 #147160
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
use Config;
print $Config{installscript}; # bzw. installsitescript


MakeMaker holt sich seine informationen auch daher.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread [Win XP / 7] Pfad zum Programm-Verzeichnis