an even more reduced test would be

$ X=1 perl -Te 'print "smart match\n" if $ENV{X} ~~ [0, 1]'
$

compared to

$ X=1 perl -e 'print "smart match\n" if $ENV{X} ~~ [0, 1]'
smart match
$

--
Christoph


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to