The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Char::Latin10;
print "1..1\n";

my $__FILE__ = __FILE__;

if ('-' =~ /([\d])/) {
    print "not ok - 1 $^X $__FILE__ not ('-' =~ /[\\d]/).\n";
}
else {
    print "ok - 1 $^X $__FILE__ not ('-' =~ /[\\d]/).\n";
}

__END__