aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpl8
l---------pla1
l---------plf1
l---------plh1
l---------plm1
l---------plq1
l---------plv1
7 files changed, 14 insertions, 0 deletions
diff --git a/pl b/pl
new file mode 100755
index 0000000..a331623
--- /dev/null
+++ b/pl
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+a=${0##*/}
+a=${a#pl}
+case $a in
+[A-z]) exec perldoc -$a "$@" ;;
+*) exec perldoc "$@" ;;
+esac
diff --git a/pla b/pla
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/pla
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plf b/plf
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plf
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plh b/plh
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plh
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plm b/plm
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plm
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plq b/plq
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plq
@@ -0,0 +1 @@
+pl \ No newline at end of file
diff --git a/plv b/plv
new file mode 120000
index 0000000..55239f3
--- /dev/null
+++ b/plv
@@ -0,0 +1 @@
+pl \ No newline at end of file