Thread Problem mit ExtUtils::Installed in Active Perl (54 answers)
Opened by bianca at 2010-02-08 16:39

pq
 2010-02-09 14:26
#132391 #132391
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
also, da du anscheinend nicht weisst, wie man ein use in ein string-eval packt (obwohl du es ja anderswo, z.b. mit GD::Graph, schon tust), hier nochmal zum mitlesen:
Code (perl): (dl )
eval "use ExtUtils::Installed";

dann wird das zeitlich auch zwischen den umleitungen ausgeführt.
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 Problem mit ExtUtils::Installed in Active Perl