This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5803b44581278d9cc303180cccc69255d8754639
[perl5.git]
/
t
/
lib
/
warnings
/
doop
1
# doop.c
2
use utf8 ;
3
$_ = "\x80 \xff" ;
4
chop ;
5
EXPECT
6
########