in reply to Re^5: perl interpreter must be named my_perl?
in thread perl interpreter must be named my_perl?

I would avoid words like "de facto, default" and just do my own checks:

linux perlbrew:

perl -V | grep -i multi usemultiplicity=undef

linux system perl:

usemultiplicity=define Compile-time options: ... MULTIPLICITY

I liked Multiplicity - what the heck is it?

bw, bliako

Replies are listed 'Best First'.
Re^7: perl interpreter must be named my_perl?
by etj (Priest) on Jan 08, 2025 at 23:39 UTC