in reply to Re: How do I get the Nth Character of a String?
in thread How do I get the Nth Character of a String?

chr vec $_[0],$_[1]-1,8; #is slightly faster
(but you should also think about why you want to do this, perhaps you're approaching the problem in a Cish way rather than a Perlish way)