my $copyLog = "perlCopy.log"; #### perl -MExtUtils::Installed -e'foreach(ExtUtils::Installed->new()->modules()){print"$_\n";}' | less #### perl -MSome::Module -e'print"hello,world\n";'
## perl -MExtUtils::Installed -e'foreach(ExtUtils::Installed->new()->modules()){print"$_\n";}' | less ##
## perl -MSome::Module -e'print"hello,world\n";'