bash_profile.sh 84 B

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