setup_perl.sh 199 B

123
  1. #!/bin/sh
  2. #simple script to setupperl environnement with all module dependancy needed
  3. cpan install File::Basename Getopt::Long DBI DBD::mysql YAML YAML:XS Cwd Net::Ping Scalar::Util Git::Repository;