in reply to Removing the first character from a variable

You can use substr:

$ID = substr $ID, 1;