($_) = /.(.*)/s; # or $_ = substr($_, -length($_)+1); # or /./s and $_ = $'; [download]
In reply to Re: cut off first char of a string by Roy Johnson in thread cut of first char of a string by holli