Thread Umstieg auf Strawberry-Perl (37 answers)
Opened by jan99 at 2014-05-10 09:53

pq
 2014-05-14 10:48
#175528 #175528
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
in vielen fällen reicht auch einfach das hier:
Code (perl): (dl )
1
2
3
          use ExtUtils::Installed;
          my ($inst) = ExtUtils::Installed->new( skip_cwd => 1 );
          my (@modules) = $inst->modules();


ansonsten lohnt es sich ggfs. auch, CPAN:Module::Metadata anzuschauen.
Last edited: 2014-05-14 10:50:50 +0200 (CEST)
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 Umstieg auf Strawberry-Perl