Help for this page

Select Code to Download


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