Help for this page

Select Code to Download


  1. or download this
    #!/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
    
  2. or download this
    source ~/bin/use-perlbrew.sh