Patch-ID: bash40-021
[bash.git] / examples / loadables / perl / README
bloba70a99b565c4261f33e2cbf739a2322684f89fde
1 This illustrates how to build a perl interpreter into bash.  It's not
2 especially useful; more a proof of concept (it provides none of the
3 bash internals to the perl interpreter, for example).
5 This *may* require adding "-rpath /path/to/perl/CORE" and -lperl options
6 when compiling bash itself.