p4raw-id: //depot/perl@20393
my $foo = sub {$i = shift if @_};
&$foo(3);
############################################################
-print <.*>
->>>>
-..*
-############################################################
$_="\xff\xff"; use utf8; utf8::encode $_; print $_
>>>>
\xc3\xbf\xc3\xbf