bash_profile.sh 85 B

12345
  1. #!/bin/bash
  2. export PERL_HOME=${IROOT}/perl-5.18
  3. export PATH="$PERL_HOME/bin:$PATH"