perl -V:.+|grep install # or for the grepless perl -V:.+|perl -ne" print if /install/ "