in reply to Re: String extractionin thread String extraction
my $first_char = (split //, $string)[0]; [download]