Help for this page
my $pat = "\\d\\s+foo";
my $pat = qr/\d\s+foo/;
my $pat = "\d\s+foo"; print("$pat\n"); # ds+foo