Update: There's an even better way to do it with this script by toolic.#!/sw/bin/perl use strict; use warnings; use ExtUtils::Installed; use Data::Dumper; my ($inst) = ExtUtils::Installed->new(); print Dumper my (@modules) = $inst->modules( "all" );
In reply to Re: how to find what modules are available for use ?
by Khen1950fx
in thread how to find what modules are available for use ?
by manishrathi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |