@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+export PATH="$PERL_HOME/bin:$PATH"