Help for this page
my $stri="abctest"; ... }
The string in part: ab The string in part: abc
if ($third_char ne 'c' || $third_char ne 'd'){ $part=substr($stri,0,2);