• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.inH A D03-May-20222.5 KiB10051

READMEH A D19-Feb-1999294 75

bperl.cH A D01-Apr-1998616 4733

iperl.cH A D01-Apr-1998551 2518

README

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