in reply to Re^3: remove first and last character of stringin thread remove first and last character of string
$s = substr $s, 1, length($s) - 2; [download]