in reply to Re: Re: Re: pattern match hangs on malformed UTF-8 input
in thread pattern match hangs on malformed UTF-8 input
use utf8; use Devel::Peek; while (<STDIN>) { print ">$_<\n"; Dump($_); s/\d //; print "hi\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: pattern match hangs on malformed UTF-8 input
by diotalevi (Canon) on Apr 30, 2003 at 19:31 UTC |