in reply to
Removing the first character from a variable
You can use
substr
:
$ID = substr $ID, 1;
[download]
Comment on
Re: Removing the first character from a variable
Download
Code
In Section
Seekers of Perl Wisdom