source: vendor/bash/3.1/examples/loadables/perl/README@ 3228

Last change on this file since 3228 was 3228, checked in by bird, 19 years ago

bash 3.1

File size: 294 bytes
Line 
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.
Note: See TracBrowser for help on using the repository browser.