function perldoc { # XXX bash specific if type cpandoc > /dev/null 2>&1; then cpandoc "$@" else command perldoc "$@" fi } # vim:ft=sh: