diff options
-rwxr-xr-x | pl | 8 | ||||
l--------- | pla | 1 | ||||
l--------- | plf | 1 | ||||
l--------- | plh | 1 | ||||
l--------- | plm | 1 | ||||
l--------- | plq | 1 | ||||
l--------- | plv | 1 |
7 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/sh + +a=${0##*/} +a=${a#pl} +case $a in +[A-z]) exec perldoc -$a "$@" ;; +*) exec perldoc "$@" ;; +esac @@ -0,0 +1 @@ +pl
\ No newline at end of file @@ -0,0 +1 @@ +pl
\ No newline at end of file @@ -0,0 +1 @@ +pl
\ No newline at end of file @@ -0,0 +1 @@ +pl
\ No newline at end of file @@ -0,0 +1 @@ +pl
\ No newline at end of file @@ -0,0 +1 @@ +pl
\ No newline at end of file |