p4raw-id: //depot/perl@8065
use strict;
-print "1..122\n";
+print "1..123\n";
my $i = 1;
print "# eval[$eval]\nnot " unless $@ && $@ =~ /syntax error/;
print "ok ", $i++, "\n";
}
+
+# Not $$;$;$
+print "not " unless prototype "CORE::substr" eq '$$;$$';
+print "ok ", $i++, "\n";