in reply to
Change a String's Element
You can use this instead.
$packet =~ s/^./X/;
[download]
use Perl;
Perl4Everything
Comment on
Re: Change a String's Element
Download
Code
In Section
Seekers of Perl Wisdom