Help for this page
use strict; my $string = "zero one two three"; ... print $string =~ /$regex/; __END__ one