9 ms·
Perl is installed by default on most Unix systems. FreeBSD being the exception. Python isn’t. Although Python is popular; if we’re comparing the probability of
by GrumpySloth 3y ago
Perl is installed by default on most Unix systems. FreeBSD being the exception. Python isn’t. Although Python is popular; if we’re comparing the probability of someone having the interpreter installed already, it’s greater for Perl, even if people aren’t aware they already have it.
- SOLAR_FIELDS 3y agoThough one would probably never be able to work with an assumed install of Python anyway because one would not be able to assume a specific version. I am guessing this is a lesser problem for Perl, since it’s been frozen at some version of 5 for the past 25-30 years correct?
- neuromanser 3y agoIncorrect. Perl (5.x) has seen 10 stable releases in as many years, IOW since 2014.
- dgfitz 3y ago> Perl is installed by default on most Unix systems. FreeBSD being the exception. Python isn’t. Most all “Linux” cannot even boot without python, and it is quite easy to find a minimal Linux distribution that does not have a dependency on Perl.
- GrumpySloth 3y agoCare to give any examples of Linux distros without Perl?