speedlight has asked for the wisdom of the Perl Monks concerning the following question:
$string =~ /(\X+)\s+(\X+)/; print "String: $string\n"; print "Verify: $1 -- $2 \n";
$string =~ /(\X+)\s+(\X+)/; print "String: $string\n"; print "Verify: $1 -- $2 \n";
edit (broquaint): added <code> tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unicode Problem
by halley (Prior) on Feb 03, 2005 at 18:10 UTC | |
by speedlight (Initiate) on Feb 04, 2005 at 08:08 UTC | |
by speedlight (Initiate) on Feb 04, 2005 at 09:15 UTC | |
by fglock (Vicar) on Feb 04, 2005 at 14:01 UTC |