Help for this page

Select Code to Download


  1. or download this
    perl -V:.+|grep install
    # or for the grepless
    perl -V:.+|perl -ne" print if /install/ "
    
  2. or download this
    perl -MConfig -MFile::Path -e" rmtree($Config{installprefix}) "
    
  3. or download this
    perl -V:install.+