in reply to Change a String's Element

You can use this instead.
$packet =~ s/^./X/;


use Perl;
Perl4Everything