Thread perl inventory nach händischer modul installation "updaten" (6 answers)
Opened by bora99 at 2012-04-16 22:58

pq
 2012-04-20 17:20
#157705 #157705
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
installationspfade bekommst du mit dem modul Config:
Code: (dl )
1
2
3
4
$ perl -wE'
use Config;
use Data::Dumper;
print Dumper \%Config;'
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 perl inventory nach händischer modul installation "updaten"