print qx(perl Makefile.PL PREFIX=/path/to/my/modules/); print qx(make); print qx(make test); # und wenn das erfolgreich, dann print qx(make install);