|
|
|
|
|
by darrenf
333 days ago
|
|
Well, for sure it's a mistake to naively expect _anything_ from Perl, of all languages! I mean, even v-strings themselves ... despite being called version strings, they're different from `version` objects/declarations, and can be used in ways I expect most non-Perl devs might consider unexpected, for example if you run this: perl -C2 -E 'say v102.111.111, v128513'
|
|
For those without perl readily accessible to them, 'v102.111.111' becomes 'foo' and 'v128513' gives you a smiley emoji.
I'm not sure I even want to know.