Help for this page
die "..." if $string =~ /:|.{17}/;
>perl -wMstrict -le "my $string = 'foo'; ... print qq{processing '$string'}; " processing 'foo'