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.