illumos-port-bash/examples/loadables/perl
Chet Ramey a0c0a00fc4 Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
..
Makefile.in Bash-4.4 distribution sources and documentation 2016-09-15 16:59:08 -04:00
README Imported from ../bash-2.04.tar.gz. 2009-09-12 16:46:53 +00:00
bperl.c Imported from ../bash-2.04.tar.gz. 2009-09-12 16:46:53 +00:00
iperl.c Imported from ../bash-2.04.tar.gz. 2009-09-12 16:46:53 +00:00

README

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.