Changeset 2494
- Timestamp:
- 02/04/10 23:47:47 (2 years ago)
- File:
-
- 1 edited
-
profiling/003-ascii.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
profiling/003-ascii.pl
r2489 r2494 12 12 13 13 sub is_ascii_pp { 14 return $_[0] =~ m/[\x{80}-\x{ff}]/o;14 return $_[0] !~ m/[\x{80}-\x{ff}]/o; 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.