Changeset 2494


Ignore:
Timestamp:
02/04/10 23:47:47 (2 years ago)
Author:
karpet
Message:

fix regex logic -- makes no diff in this case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • profiling/003-ascii.pl

    r2489 r2494  
    1212 
    1313sub is_ascii_pp { 
    14     return $_[0] =~ m/[\x{80}-\x{ff}]/o; 
     14    return $_[0] !~ m/[\x{80}-\x{ff}]/o; 
    1515} 
    1616 
Note: See TracChangeset for help on using the changeset viewer.