Help for this page
if ($_ =~ /start ux/){ print "#$_"; }
s/(pattern)/#$1/;
s/^(.*(pattern).*)$/#$1/;