in reply to Re: cut of first char of a string
in thread cut of first char of a string

$_ = '12345';$_ = join'',(@{[split//]}[1..@{[split//]}]) # ?