Thread Umstieg auf Strawberry-Perl
(37 answers)
Opened by jan99 at 2014-05-10 09:53
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, ![]() 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: ![]() ![]() |