in reply to
Re: first char of string?
in thread
first char of string?
you could do it even shorter: ($char) = split("",$string);
Comment on
RE: Re: first char of string?
In Section
Seekers of Perl Wisdom