in reply to Re: cut of first char of a stringin thread cut of first char of a string
$_ = '12345';$_ = join'',(@{[split//]}[1..@{[split//]}]) # ? [download]