"PERL" Generic Interface to the Perl Language
Fingerprint ID: | 0x5045524c |
New in version 0.5-rc2.
This fingerprint, from Cat’s Eye Technologies, implements a basic interface to Perl programming language. It provides the following commands:
- E : codes — results
- Evaluates code (via Perl eval()) and returns its stringified result. Reflects on any failure.
- I : codes — result
- Evaluates code (via Perl eval()) and returns its integer result. Reflects on any failure, or when the result is not a integer.
- S : — shelled
- Pushes 1 if the Perl interpreter should be shelled. Since PyFunge is obviously not written in Perl, it pushes 0 always.