##
BEGIN { die "// not implemented in Perl $]\n" if $] < 5.010 }
####
BEGIN { die "// not implemented in Perl $]\n" if ! eval "undef() // 1" }
####
perl5.8 -e'my $x= undef() // 1;'
Search pattern not terminated ...
####
use v5.14 "Your Perl is old. Please don't waste my time. Go away until you upgrade.";