in reply to
Re: cut of first char of a string
in thread
cut of first char of a string
Note that your solution makes $s undefined if $s was equal to the empty string.
chop
doesn't undef an empty string.
Comment on
Re^2: cut of first char of a string
In Section
Seekers of Perl Wisdom