in reply to Re: ISO technical document outlining system requirements for Perl
in thread ISO technical document outlining system requirements for Perl
Oh, it's not a Perl compiler - it's a Perl interpreter. Perl compilers are different beasts.The beast I have in /usr/bin/perl compiles Perl, and has no idea how to interpret Perl. One could say /usr/bin/perl is interpreting the results of the compilation of Perl, but that's not what's usually understood by interpreting.
/usr/bin/bash is an interpreter. /usr/bin/perl isn't.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: ISO technical document outlining system requirements for Perl
by dragonchild (Archbishop) on Mar 03, 2004 at 22:55 UTC | |
by Abigail-II (Bishop) on Mar 03, 2004 at 23:06 UTC | |
by dragonchild (Archbishop) on Mar 04, 2004 at 00:51 UTC | |
|
Re: Re: ISO technical document outlining system requirements for Perl
by BUU (Prior) on Mar 03, 2004 at 21:47 UTC | |
|