home *** CD-ROM | disk | FTP | other *** search
- I think this belongs somewhere alongside such films as "Abbot and
- Costello meet Frankenstein's Monster". But, here it is anyway ...
-
- PERL MEETS INTERCAL.
-
- In this posting, you will find the usersubs stuff to add Intercal
- functions to Perl. Unshar it somewhere (/dev/null would probably
- do), and run make. (You may need to alter SRC in the Makefile).
-
- The resulting binary, iperl, will work just like perl with the
- addition of the following Intercal functions:
-
- and16 and16 mingle
- or16 or16 select
- xor16 xor16
-
- The test file, op.ical, will run tests to ensure that the functions
- work. This may be done using "make test".
-
- The program iperlsh just reads in perl expressions (one per line) and
- evaluates them.
-
- Kevin.
-