in reply to
String extraction
You want a substring of a string? Use
substr
my $letter = substr $string, 0, 1
[download]
Comment on
Re: String extraction
Select
or
Download
Code
In Section
Seekers of Perl Wisdom