Files
server/usr/bin/perldoc
2026-01-07 20:52:11 +01:00

5 lines
125 B
Bash
Executable File

#!/bin/sh
# place-holder, diverted by perl-doc
echo You need to install the perl-doc package to use this program. >&2
exit 1