in reply to Smart match operator support in Strawberry perl 5.10.0.1
$ perl5.10.0 --version This is perl, v5.10.0 built for i486-linux-gnu-thread-multi [...] $ perl5.10.0 -wle 'print "YaY" if "a" ~~ m/./' YaY
Update: I found the doc patch that fixed perlsyn.
|
|---|