Help for this page
perl -Mstrict -WE ' say "`$_` " . ( $_ =~ /^white*/ ? "match" : "no match" ) for ("while", "whine", "white", "whitf", "whit ", "whit!", "whit") +; '
`while` no match `whine` no match ... `whit ` match `whit!` match `whit` match