Help for this page
if (/regexp/) { no strict 'refs'; ... ... } }
$text =~ s{regexp}{ no strict 'refs'; ... } ... }ge;