Help for this page
my $copyLog = "perlCopy.log";
perl -MExtUtils::Installed -e'foreach(ExtUtils::Installed->new()->modu +les()){print"$_\n";}' | less
perl -MSome::Module -e'print"hello,world\n";'