#!/usr/bin/perl
use strict;
use warnings;
use Benchmark qw(cmpthese);
my $test_text = q|Wow, that was quick!
Two points:
1) I only want space, not tabs or new lines - so shouldn't the \s be replaced with " "?
2) Is there a difference between inkgmi's and GrandFather's entry?
PS I thought executed regexs are experimental (so says the man page) - is there a problem with them?
|;