#!/bin/bash# Set the Perl environment variables as neededeval$(perl-Iperllib-Mlocal::lib=local-lib5)# add the non-standard perllib path to PERL5LIBPERL5LIB=perllib:commonlib/perllib:$PERL5LIB# put a note in the promp so that we know environment is setupPS1="(fms) $PS1"