1This illustrates how to build a perl interpreter into bash.  It's not
2especially useful; more a proof of concept (it provides none of the
3bash internals to the perl interpreter, for example).
4
5This *may* require adding "-rpath /path/to/perl/CORE" and -lperl options
6when compiling bash itself.
7