Help for this page
use Cwd; my $cwd = cwd(); ... chdir "$cwd/$dir"; print `perl Makefile.PL && make && make test && make install`; }
sub check_modules { my @mod_list = @_; ... print `$cmd`; } }