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.