http://www.perlmonks.org?node_id=1067535


in reply to Re: Perl Interpreters
in thread Perl Interpreters

True, but those are just ports of the original "perl" binary (originally written for Unixen). Indeed, their codebase is part of the codebase of the original "perl" binary. They are not distinct interpreters in the way the Perlito and perl11 are.

Replies are listed 'Best First'.
Re^3: Perl Interpreters
by greengaroo (Hermit) on Dec 19, 2013 at 15:00 UTC

    Thanks for clarifying. Now, I imagine they had to recompile the interpreter for Windows, leading to possible differences in certain behaviours, is that possible?

    A for will get you from A to Z; a while will get you everywhere.