Help for this page
#!/bin/sh # this is bin/use-perlbrew.sh (not part of ~/.bashrc) ... echo "$0 : executing: ${CMD}" eval ${CMD} if [ $? -ne 0 ]; then echo "$0 : command has failed ${CMD}"; exit 1; f +i