perl/test.html0000755000000000000000000000604011346366157010572 0ustar Perl test page

Perl possibilities test page

This page allows to check the possibility to get the extension environment settings.

Installed modules
perl/test.pl0000755000000000000000000000161711346366157010246 0ustar use ExtUtils::Installed; my ($inst) = ExtUtils::Installed->new(); my (@modules) = $inst->modules(); print < HTML for my $i ($[ .. $#modules) { my $version = $inst->version($modules[$i]) || "???"; my $class = ($i % 2) ? "alt" : "normal"; print < HTML } print < HTML
NameValue
$modules[$i]$version