aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/perl/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/perl/README')
-rw-r--r--examples/loadables/perl/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/loadables/perl/README b/examples/loadables/perl/README
new file mode 100644
index 0000000..a70a99b
--- /dev/null
+++ b/examples/loadables/perl/README
@@ -0,0 +1,6 @@
+This illustrates how to build a perl interpreter into bash. It's not
+especially useful; more a proof of concept (it provides none of the
+bash internals to the perl interpreter, for example).
+
+This *may* require adding "-rpath /path/to/perl/CORE" and -lperl options
+when compiling bash itself.